TextEditingAction class

Action for text editing

Inheritance

Constructors

TextEditingAction({@Deprecated('Use subscription on stream instead. And handle changes in listener. Will be removed in next major version') 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<void>
Acceptance of a new event
inherited
call(String data) Future<void>
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