TouchRippleCancelBehavior enum
The enumeration defines the behavior that defines the touch ripple spread animation when the touch ripple effect is canceled.
Values
- none → const TouchRippleCancelBehavior
-
Sets the behavior to perform no action when the effect is canceled.
- stop → const TouchRippleCancelBehavior
-
Sets the behavior to stop the spread animation of the touch ripple effect when the effect is canceled.
- reverse → const TouchRippleCancelBehavior
-
Sets the behavior to reverse the spread animation of the touch ripple effect when the effect is canceled.
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<
TouchRippleCancelBehavior> - A constant List of the values in this enum, in order of their declaration.