MyoroInputDropdownState<T, CONFIGURATION extends MyoroInputDropdownConfiguration<T, MyoroMenuConfiguration<T>>, CONTROLLER extends 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

Constructors

MyoroInputDropdownState.new(CONFIGURATION _configuration, TextEditingController? inputController, CONTROLLER dropdownController)
Creates a new instance of MyoroInputDropdownState.

Properties

configuration ↔ CONFIGURATION
_configuration getter.
getter/setter pair
Dropdown controller.
final
enabled bool
_enabledController's value getter.
getter/setter pair
enabledController ValueNotifier<bool>
_enabledController getter.
no setter
hashCode int
The hash code for this object.
no setterinherited
inputController TextEditingController
_inputController getter.
no setter
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