LandscapeTextFieldBehavior enum

How the keyboard will appear in landscape mode AUTO_OPEN: When TextField is currently focused in portrait mode, rotating your device will automatically open fullscreen keyboard KEEP_FOCUS: When TextField is currently focused in portrait mode, rotating your device will keep the field focus but keyboard will be hidden. When you are done with the input, your TextField cursor is still there

Inheritance

Constructors

LandscapeTextFieldBehavior()
const

Values

AUTO_OPEN → const LandscapeTextFieldBehavior
KEEP_FOCUS → const LandscapeTextFieldBehavior

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<LandscapeTextFieldBehavior>
A constant List of the values in this enum, in order of their declaration.