ScrollerShape enum
The shapes that will be scrolling across the screen.
Values
- stripes → const ScrollerShape
-
The shapes will be stripes.
- circles → const ScrollerShape
-
The shapes will be circles.
- squares → const ScrollerShape
-
The shapes will be squares.
- diamonds → const ScrollerShape
-
The shapes will be diamonds.
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<
ScrollerShape> - A constant List of the values in this enum, in order of their declaration.