UltimatorGradiant class

Constructors

UltimatorGradiant.new({List<Color>? startColors, List<Color>? endColors, List<double>? startStops, List<double>? endStops, AlignmentGeometry? startAlignment, AlignmentGeometry? endAlignment, bool isRadial = false})

Properties

endAlignment AlignmentGeometry?
getter/setter pair
endColors List<Color>?
getter/setter pair
endStops List<double>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isRadial bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAlignment AlignmentGeometry?
getter/setter pair
startColors List<Color>?
getter/setter pair
startStops List<double>?
getter/setter pair

Methods

getGradient(double value) Gradient?
getLinearGradient(double value) LinearGradient?
getRadialGradient(double value) RadialGradient?
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

Static Methods

lerpColors(List<Color>? startColors, List<Color>? endColors, double value) List<Color>?
lerpStops(List<double>? startStops, List<double>? endStops, double value) List<double>?