MyoroInputViewModel class

View model of MyoroInput.

Constructors

MyoroInputViewModel(MyoroInputConfiguration configuration, MyoroInputFormatter? formatter)
Default constructor.

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.
dispose() → void
Dispose function.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
obscureText() → void
Toggles the obscure text state of the MyoroInput.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited