MyoroInputViewModel class
View model of MyoroInput.
Constructors
- MyoroInputViewModel.new(MyoroInputConfiguration configuration, MyoroInputFormatter? formatter)
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 → MyoroInputState
-
_state
getter.no setter
Methods
-
checkboxOnChanged(
bool value) → void -
MyoroCheckboxConfiguration.onChanged of
_Checkbox
. -
clearText(
) → void - Clears the MyoroInput's text.
-
controllerListener(
) → void -
_controller
's listener. -
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