LeftScrollStatus enum Null safety
Constants
- close → const LeftScrollStatus
-
const LeftScrollStatus(0)
- open → const LeftScrollStatus
-
const LeftScrollStatus(1)
- remove → const LeftScrollStatus
-
const LeftScrollStatus(2)
-
values
→ const List<
LeftScrollStatus> -
A constant List of the values in this enum, in order of their declaration.
const List<
LeftScrollStatus>
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