ZetaDropdownMenuType enum
Sets the type of a ZetaDropdown
Constructors
- ZetaDropdownMenuType()
-
const
Values
- standard → const ZetaDropdownMenuType
-
No leading elements before each item unless an icon is given to the ZetaDropdownItem
- checkbox → const ZetaDropdownMenuType
-
Displays a ZetaCheckbox before each item.
- radio → const ZetaDropdownMenuType
-
Displays a ZetaRadio before each item.
Properties
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
Constants
-
values
→ const List<
ZetaDropdownMenuType> - A constant List of the values in this enum, in order of their declaration.