MyoroSingleInputDropdownViewModel<T> class
View model of a single item input dropdown.
- Inheritance
-
- Object
- MyoroInputDropdownViewModel<
T, MyoroSingleInputDropdownConfiguration< T> , MyoroSingleDropdownController<T> > - MyoroSingleInputDropdownViewModel
Constructors
-
MyoroSingleInputDropdownViewModel.new(MyoroSingleInputDropdownConfiguration<
T> configuration, TextEditingController? inputController)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
state
→ MyoroInputDropdownState<
T, MyoroSingleInputDropdownConfiguration< T> , MyoroSingleDropdownController<T> > -
_state
getter.no setterinherited
Methods
-
buildDropdownWidget(
BuildContext context, Widget inputWidget) → Widget -
Builds the dropdown Widget.
override
-
buildMenuStyle(
BuildContext context) → MyoroMenuStyle -
Builds the MyoroMenuStyle.
inherited
-
disableDropdown(
) → void -
Disables the dropdown.
inherited
-
dispose(
) → void -
Dispose function.
inherited
-
enableDropdown(
) → void -
Enables the dropdown.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toggleDropdown(
) → void -
Toggles the dropdown.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited