GradientProperty enum

Potential gradient properties for tweenage, notably excluding colors, stops, transform, & tileMode, as well as shadeFunction for FooShadedSteps.

Inheritance

Constructors

GradientProperty()
const

Values

begin → const GradientProperty

Potential LinearGradient property.

end → const GradientProperty

Potential LinearGradient property.

center → const GradientProperty

Potential RadialGradient or SweepGradient property.

radius → const GradientProperty

Potential RadialGradient property.

focal → const GradientProperty

Potential RadialGradient property.

focalRadius → const GradientProperty

Potential RadialGradient property.

startAngle → const GradientProperty

Potential SweepGradient property.

endAngle → const GradientProperty

Potential SweepGradient property.

softness → const GradientProperty

Potential Steps or FooShadedSteps property.

shadeFactor → const GradientProperty

Potential FooShadedSteps property.

distance → const GradientProperty

Potential FooShadedSteps property.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<GradientProperty>
A constant List of the values in this enum, in order of their declaration.