HintBehavior enum
Policy that dictates when to display a hint in a Super Text Field.
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
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.