GradientDirection class
Direction keyword for directional linear gradients.
Constructors
- GradientDirection(String value)
-
Creates a direction from a raw CSS
value.const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns the CSS direction string.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- bottom → const GradientDirection
- bottomLeft → const GradientDirection
- bottomRight → const GradientDirection
- left → const GradientDirection
- right → const GradientDirection
- top → const GradientDirection
- topLeft → const GradientDirection
- topRight → const GradientDirection