SelectPickerCardItemStyle class
Customization styles for the legacy SelectPicker list items.
Constructors
- SelectPickerCardItemStyle({Color? dividerColor = Colors.grey, Color? backgroundColor = Colors.white, Color? textColor = Colors.black87, double? dividerHeight = 1})
- Creates a SelectPickerCardItemStyle with default values.
Properties
- backgroundColor ↔ Color?
-
The background color of the list item card.
getter/setter pair
- dividerColor ↔ Color?
-
The color of the divider between items.
getter/setter pair
- dividerHeight ↔ double?
-
The height of the divider between items.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textColor ↔ Color?
-
The color of the text within the list item.
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