TextEditingAction class

Action for text editing

Inheritance

Constructors

TextEditingAction([void onChanged(String? data)?])

Properties

controller ExtendedTextEditingController
TextEditing controller of text field
final
hashCode int
The hash code for this object.
no setterinherited
onChanged → void Function(String? data)
Callback for handling a new action
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<String?>
The stream to which the event is transmitted
no setterinherited
value String?
no setterinherited

Methods

accept([String? data]) Future<String?>
Acceptance of a new event
inherited
call([String? data]) Future<String?>
Call action
inherited
dispose() Future<void>
Close stream
override
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