StartGradientPosition enum
Values
- topLeft → const StartGradientPosition
- topCenter → const StartGradientPosition
- topRight → const StartGradientPosition
- centerLeft → const StartGradientPosition
- center → const StartGradientPosition
- centerRight → const StartGradientPosition
- bottomLeft → const StartGradientPosition
- bottomCenter → const StartGradientPosition
- bottomRight → const StartGradientPosition
- unknown → const StartGradientPosition
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<
StartGradientPosition> - A constant List of the values in this enum, in order of their declaration.