GestureDirection enum
The direction of a gesture in the context of Slidable
.
Values
- opening → const GestureDirection
-
The direction in which the user want to show the action pane.
- closing → const GestureDirection
-
The direction in which the user want to hide the action pane.
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<
GestureDirection> - A constant List of the values in this enum, in order of their declaration.