TouchRippleFocusTiming enum
The enumeration defines when the focus of a touch ripple should start, specifying the priority based on timing conditions.
Values
- rejectable → const TouchRippleFocusTiming
-
Sets the focus event to start when the ripple is in a rejectable state, meaning the gesture has not yet been fully accepted, but the effect is visible and can be canceled.
- consecutive → const TouchRippleFocusTiming
-
Sets the focus event to start when multiple ripple effects occur in rapid succession. This setting prevents the focus from being triggered prematurely when in a rejectable state.
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<
TouchRippleFocusTiming> - A constant List of the values in this enum, in order of their declaration.