LinearGradientDescriptor class
Describes the object layout of a LinearGradient class
- Implemented types
Constructors
-
LinearGradientDescriptor({required List<
Color> colors, required Alignment beginAlign, required Alignment endAlign, required List<double> stops}) - LinearGradientDescriptor.random()
-
factory
Properties
- beginAlign ↔ Alignment
-
getter/setter pair
-
colors
↔ List<
Color> -
getter/setter pair
- endAlign ↔ Alignment
-
getter/setter pair
- gr → LinearGradient
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stops
↔ List<
double> -
getter/setter pair
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