ActivePolylineOptions class

Options for the active state of a polyline.

Inheritance

Constructors

ActivePolylineOptions({Color? color, double? strokeWidth, double? borderStrokeWidth, Color? borderColor, List<Color>? gradientColors, StrokePattern? pattern})
const

Properties

borderColor Color?
Override border color when active.
final
borderStrokeWidth double?
Override border stroke width when active.
final
color Color?
Override color when active.
final
gradientColors List<Color>?
Override gradient colors when active.
final
hashCode int
The hash code for this object.
no setteroverride
pattern → StrokePattern?
Override stroke pattern when active.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeWidth double?
Override stroke width when active.
final

Methods

copyWith({Color? color, double? strokeWidth, double? borderStrokeWidth, Color? borderColor, List<Color>? gradientColors, StrokePattern? pattern}) ActivePolylineOptions
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