FocusHighlightStrategy enum Null safety
An enum to describe how the current value of FocusManager.highlightMode is determined. The strategy is set on FocusManager.highlightStrategy.
Constants
- alwaysTouch → const FocusHighlightStrategy
-
FocusManager.highlightMode always returns FocusHighlightMode.touch.
const FocusHighlightStrategy(1)
- alwaysTraditional → const FocusHighlightStrategy
-
FocusManager.highlightMode always returns FocusHighlightMode.traditional.
const FocusHighlightStrategy(2)
- automatic → const FocusHighlightStrategy
-
Automatic switches between the various highlight modes based on the last kind of input that was received. This is the default.
const FocusHighlightStrategy(0)
-
values
→ const List<
FocusHighlightStrategy> -
A constant List of the values in this enum, in order of their declaration.
const List<
FocusHighlightStrategy>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited