SeniorDropdownButtonStyle class

Constructors

SeniorDropdownButtonStyle({Color? buttonColor, Color? disabledButtonColor, Color? disabledHelperColor, Color? disabledDropIconColor, Color? disabledIconColor, Color? disabledLabelColor, Color? disabledSelectedItemTextColor, Color? disabledUnderlineColor, Color? dropIconColor, Color? errorColor, Color? iconColor, Color? itemListTextColor, Color? labelColorEmpty, Color? labelColorFilled, Color? helperColor, Color? popupMenuColor, Color? selectedItemTextColor, Color? underlineColor})
Style definitions for the SeniorDropdownButton component.
const

Properties

buttonColor Color?
Defines the dropdown background color.
final
disabledButtonColor Color?
Defines the dropdown background pain when it is disabled.
final
disabledDropIconColor Color?
Defines the color of the drop icon when the dropdown is disabled.
final
disabledHelperColor Color?
the help color when the dropdown is disabled.
final
disabledIconColor Color?
Defines the icon color when dropdown is disabled.
final
disabledLabelColor Color?
Defines the color of the label when the dropdown is disabled.
final
disabledSelectedItemTextColor Color?
Defines the text color of the selected item when the dropdown is disabled.
final
disabledUnderlineColor Color?
Defines the underline color when the dropdown is disabled.
final
dropIconColor Color?
Defines the color of the dropdown icon.
final
errorColor Color?
Defines the error color applied to the label, selected item, helper and underline.
final
hashCode int
The hash code for this object.
no setterinherited
helperColor Color?
Defines the helper color.
final
iconColor Color?
Defines the icon color.
final
itemListTextColor Color?
Defines the color of the list items in the dropdown popup menu.
final
labelColorEmpty Color?
Defines the color of the label when there is no item selected.
final
labelColorFilled Color?
Defines the color of the label when an item is selected.
final
popupMenuColor Color?
Defines the color of the dropdown menu popup.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedItemTextColor Color?
Defines the text color of the selected item.
final
underlineColor Color?
Defines the underline color.
final

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