DropdownMenusKeyItem<K, V> class
- Inheritance
-
- Object
- DropdownMenusItem
- DropdownMenusKeyItem
Constructors
-
DropdownMenusKeyItem({required Widget child, required K value, GestureTapCallback? onTap, List<
DropdownMenusValueItem< items = const [], Widget? icon, bool enabled = true})V> >
Properties
- child → Widget
-
label
finalinherited
- enabled → bool
-
是否可点击
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → Widget?
-
icon 自动旋转
final
-
items
→ List<
DropdownMenusValueItem< V> > -
items
final
- onTap → GestureTapCallback?
-
onTap
finalinherited
- rotateState ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setRotateState ← bool
-
no getter
- value → K
-
value
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