ScrollDirection enum
The direction the scroller should move in.
Values
- left2Right → const ScrollDirection
-
The scroller should move from left to right.
- right2Left → const ScrollDirection
-
The scroller should move from right to left.
- top2Bottom → const ScrollDirection
-
The scroller should move from top to bottom.
- bottom2Top → const ScrollDirection
-
The scroller should move from bottom to top.
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<
ScrollDirection> - A constant List of the values in this enum, in order of their declaration.