FlutterTextInputType 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 datetime(_FlutterTextInputTypedatetime value), required TResult emailAddress(_FlutterTextInputTypeemailAddress value), required TResult multiline(_FlutterTextInputTypemultiline value), required TResult name(_FlutterTextInputTypename value), required TResult none(_FlutterTextInputTypenone value), required TResult number(_FlutterTextInputTypenumber value), required TResult phone(_FlutterTextInputTypephone value), required TResult streetAddress(_FlutterTextInputTypestreetAddress value), required TResult text(_FlutterTextInputTypetext value), required TResult url(_FlutterTextInputTypeurl value), required TResult visiblePassword(_FlutterTextInputTypevisiblePassword value)})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toFlutter(AnyWidgetContext context)
→ TextInputType
-
override
-
toString()
→ String
-
A string representation of this object.
inherited