SnackPosition enum Null safety
Indicates if snack is going to start at the TOP or at the BOTTOM
Constants
- BOTTOM → const SnackPosition
-
const SnackPosition(1)
- TOP → const SnackPosition
-
const SnackPosition(0)
-
values
→ const List<
SnackPosition> -
A constant List of the values in this enum, in order of their declaration.
const List<
SnackPosition>
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