EpubScrollDirection enum Null safety
enum from scrollDirection to make it easier for users
Constructors
- EpubScrollDirection()
-
const
Values
- HORIZONTAL → const EpubScrollDirection
-
const EpubScrollDirection(0)
- VERTICAL → const EpubScrollDirection
-
const EpubScrollDirection(1)
- ALLDIRECTIONS → const EpubScrollDirection
-
const EpubScrollDirection(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
EpubScrollDirection> -
A constant List of the values in this enum, in order of their declaration.
[HORIZONTAL, VERTICAL, ALLDIRECTIONS]