MyoroSelectionDropdownState<T, INPUT_DROPDOWN_CONTROLLER extends MyoroInputDropdownController<T, MyoroInputDropdownConfiguration<T, MyoroMenuConfiguration<T> > , MyoroMenuController<T, MyoroMenuViewModel<T, MyoroMenuConfiguration<T> > > , MyoroInputDropdownViewModel<T, MyoroInputDropdownConfiguration<T, MyoroMenuConfiguration<T> > , MyoroDropdownController<T, MyoroDropdownConfiguration<T, MyoroMenuConfiguration<T> > , MyoroMenuController<T, MyoroMenuViewModel<T, MyoroMenuConfiguration<T> > > , MyoroDropdownViewModel<T, MyoroDropdownConfiguration<T, MyoroMenuConfiguration<T> > , MyoroMenuController<T, MyoroMenuViewModel<T, MyoroMenuConfiguration<T> > > > > > > > class
final
State of MyoroSelectionDropdownViewModel.
Constructors
- MyoroSelectionDropdownState.new(INPUT_DROPDOWN_CONTROLLER inputDropdownController)
-
Default constructor.
const
Properties
- enabled → bool
-
Getter of whether the dropdown is enabled or not.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputDropdownController → INPUT_DROPDOWN_CONTROLLER
-
Input dropdown controller.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void - Dispose function.
-
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