FlutterTextInputAction class

Implemented types
Annotations

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult continueAction(_FlutterTextInputActioncontinueAction value), required TResult done(_FlutterTextInputActiondone value), required TResult emergencyCall(_FlutterTextInputActionemergencyCall value), required TResult go(_FlutterTextInputActiongo value), required TResult join(_FlutterTextInputActionjoin value), required TResult newline(_FlutterTextInputActionnewline value), required TResult next(_FlutterTextInputActionnext value), required TResult none(_FlutterTextInputActionnone value), required TResult previous(_FlutterTextInputActionprevious value), required TResult route(_FlutterTextInputActionroute value), required TResult search(_FlutterTextInputActionsearch value), required TResult send(_FlutterTextInputActionsend value), required TResult unspecified(_FlutterTextInputActionunspecified value)}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFlutter(AnyWidgetContext context) TextInputAction
override
toString() String
A string representation of this object.
inherited

Operators

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