AreaLinearGradientOptions class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

AreaLinearGradientOptions({List<num> x, List<num> y, List<List> stops})
factory

Properties

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<List>
The ramp of colors to use on a gradient offset, stop-color, stop-opacity
getter/setter pair
x List<num>
x1, x2 attributes
getter/setter pair
y List<num>
y1, y2 attributes
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