DropdownMode enum

DropdownMode defines the mode that is used for the dropdown

single is for a single selection child and renders MagicDropdownSingleSelect multi is for a multi selection child and renders MAgicDropdownMultiSelect customChild will render your custom provided child

Inheritance

Constructors

const

Values

single → const DropdownMode
multi → const DropdownMode
customChild → const DropdownMode

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<DropdownMode>
A constant List of the values in this enum, in order of their declaration.