TouchRippleOverlapBehavior enum
Defines the behavior of a touch ripple when it overlaps.
Values
- overlappable → const TouchRippleOverlapBehavior
-
This value defines that the touch ripples should overlap.
- cancel → const TouchRippleOverlapBehavior
-
If the effects overlap, the previous touch effect will be canceled and the should be added to the stack will be added.
- ignoring → const TouchRippleOverlapBehavior
-
If the effects overlap, ignore and cancel the event until the previous touch effect disappears.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
TouchRippleOverlapBehavior> - A constant List of the values in this enum, in order of their declaration.