LiveTextController class

Constructors

LiveTextController({String initialValue = "", void onValueChanged(String oldValue, String newValue)?})

Properties

getValue String
Returns current value of text
no setter
hashCode int
The hash code for this object.
no setterinherited
initialValue String
getter/setter pair
onValueChanged ↔ (void Function(String oldValue, String newValue)?)
Called when the new value assigned to text.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setValue String
Sets new value to text
no getter
textValueNotifier ValueNotifier<String>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetValue() → void
Resets initial value of text
toString() String
A string representation of this object.
inherited

Operators

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