GradientPolylineOptions class

Параметры градиентной полилинии.

Constructors

GradientPolylineOptions({LogicalPixel borderWidth = const LogicalPixel(0), LogicalPixel secondBorderWidth = const LogicalPixel(0), LogicalPixel gradientLength = const LogicalPixel(1), Color borderColor = const Color(), Color secondBorderColor = const Color(), required List<Color> colors, required ByteData colorIndices})
const

Properties

borderColor Color
Цвет окантовки.
final
borderWidth LogicalPixel
Ширина границы линии.
final
colorIndices ByteData
Индексы цветов градиентной полилинии. Количество индексов должно быть на 1 меньше количества точек полилинии.
final
colors List<Color>
Палитра цветов градиентной полилинии.
final
gradientLength LogicalPixel
Длина градиентной линии.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondBorderColor Color
Цвет второй окантовки.
final
secondBorderWidth LogicalPixel
Ширина второй границы линии.
final

Methods

copyWith({LogicalPixel? borderWidth, LogicalPixel? secondBorderWidth, LogicalPixel? gradientLength, Color? borderColor, Color? secondBorderColor, List<Color>? colors, ByteData? colorIndices}) GradientPolylineOptions
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.
override