RawLinearGradient class

Constructors

RawLinearGradient(LocalPosition from, LocalPosition to, List<Color> colors, [List<double>? colorStops, TileMode tileMode = TileMode.clamp, Float64List? matrix4])
const

Properties

colors List<Color>
final
colorStops List<double>?
final
from LocalPosition
final
hashCode int
The hash code for this object.
no setterinherited
matrix4 Float64List?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tileMode TileMode
final
to LocalPosition
final

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