TouchRippleFocusTiming enum

The enumeration defines when the focus of a touch ripple should start, specifying the priority based on timing conditions.

Inheritance
Available extensions

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

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