| dropdownBackgroundColor | The background color of the dropdown. | Color? |
| dropdownBorderRadius | The border radius of the dropdown. | double? |
| bottomSheetBackgroundColor | The background color of the bottom sheet. | Color? |
| bottomSheetBorderRadius | The border radius of the bottom sheet. | double? |
| alignmentOffset | The offset of the dropdown relative to the alignment origin. | Offset? |
| handleColor | The color of the handle. | Color? |
| handleSize | The size of the handle. | Size? |
| handleBorderRadius | The border radius of the handle. | double? |
| checkboxColor | The color of the checkbox. | Color? |
| itemBackgroundColor | The background color of dropdown items. | Color? |
| selectedItemBackgroundColor | The background color of the selected item. | Color? |
| itemTextStyle | The text style for dropdown items. | TextStyle? |