HintBehavior enum

Policy that dictates when to display a hint in a Super Text Field.

Inheritance
Available extensions

Values

displayHintUntilFocus → const HintBehavior

Display a hint when the text field is empty until the text field receives focus, then hide the hint.

displayHintUntilTextEntered → const HintBehavior

Display a hint when the text field is empty until at least 1 character is entered into the text field.

noHint → const HintBehavior

Do not display a hint.

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<HintBehavior>
A constant List of the values in this enum, in order of their declaration.