TextFieldStateActions class
Provides state management actions for InputField widgets.
Extends FormStateActions to provide text field-specific operations.
- Inheritance
-
- Object
- StateActions
- FormStateActions
- TextFieldStateActions
Constructors
- TextFieldStateActions(String state)
Properties
Methods
-
clear(
) → void -
Clear the field value
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setValue(
dynamic value) → void -
Set the field value
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited