DismissiblePageDismissDirection enum
Values
- vertical → const DismissiblePageDismissDirection
-
Can be dismissed by dragging either up or down.
- horizontal → const DismissiblePageDismissDirection
-
Can be dismissed by dragging either left or right.
- endToStart → const DismissiblePageDismissDirection
-
Can be dismissed by dragging in the reverse of the reading direction (e.g., from right to left in left-to-right languages).
- startToEnd → const DismissiblePageDismissDirection
-
Can be dismissed by dragging in the reading direction (e.g., from left to right in left-to-right languages).
- up → const DismissiblePageDismissDirection
-
Can be dismissed by dragging up only.
- down → const DismissiblePageDismissDirection
-
Can be dismissed by dragging down only.
- multi → const DismissiblePageDismissDirection
-
Can be dismissed by dragging any direction.
- none → const DismissiblePageDismissDirection
-
Cannot be dismissed by dragging.
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<
DismissiblePageDismissDirection> - A constant List of the values in this enum, in order of their declaration.