DropDownHeaderStatus class
DropDownMenu header component status
Constructors
- DropDownHeaderStatus.new({String text = "", bool highlight = false})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- highlight ↔ bool
-
The highlight status of the header item after the user selects the item
If the highlight is true, the text style of the header item will be changed to the highlightTextStyle of DropDownItemStyle,
and the icon will be changed to the highlightIcon of DropDownItemStyle.
etc.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ String
-
The text of the header item after the user selects the 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