InputContext class

Constructors

InputContext({required int contextId, required InputContextType type, required bool autoCorrect, required bool autoComplete, required AutoCapitalizeType autoCapitalize, required bool spellCheck, required bool shouldDoLearning})
InputContext.fromJS(InputContext _wrapped)

Properties

autoCapitalize AutoCapitalizeType
The auto-capitalize type of the text field.
getter/setter pair
autoComplete bool
Whether the text field wants auto-complete.
getter/setter pair
autoCorrect bool
Whether the text field wants auto-correct.
getter/setter pair
contextId int
This is used to specify targets of text field operations. This ID becomes invalid as soon as onBlur is called.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldDoLearning bool
Whether text entered into the text field should be used to improve typing suggestions for the user.
getter/setter pair
spellCheck bool
Whether the text field wants spell-check.
getter/setter pair
toJS → InputContext
no setter
type InputContextType
Type of value this text field edits, (Text, Number, URL, etc)
getter/setter pair

Methods

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