Constructors

GraphicsGradient.linear(num startX, num startY, num endX, num endY)

GraphicsGradient.radial(num startX, num startY, num startRadius, num endX, num endY, num endRadius)

Properties

colorStops → List<GraphicsGradientColorStop>

read-only
endRadius → num

read-only
endX → num

read-only
endY → num

read-only
hashCode → int

Get a hash code for this object.

read-only, inherited
kind → String

read-only
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
startRadius → num

read-only
startX → num

read-only
startY → num

read-only

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

addColorStop(num offset, int color) → void

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited