SelectPickerBottomSheetStyle class
Customization styles for the legacy SelectPicker bottom sheet.
Constructors
- SelectPickerBottomSheetStyle({double? borderRadius = 15, double? height, Color? closeIconColor = Colors.black87, Color? backgroundColor = const Color(0xFFFFFFFF), double? iconSize = 30, bool? showSeparatorAboveTitle = false})
- Creates a SelectPickerBottomSheetStyle with default values.
Properties
- backgroundColor ↔ Color?
-
The background color of the bottom sheet.
getter/setter pair
- borderRadius ↔ double?
-
The border radius of the top corners of the bottom sheet.
getter/setter pair
- closeIconColor ↔ Color?
-
The color of the close icon.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double?
-
The height of the bottom sheet.
getter/setter pair
- iconSize ↔ double?
-
The size of the icons in the bottom sheet.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showSeparatorAboveTitle ↔ bool?
-
Whether to show a separator line above the title.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited