FmPolylineOptions class

Constructors

FmPolylineOptions.new({List<double>? colorsStop, List<Color>? gradientColors, double strokeWidth = 1.0, double borderStrokeWidth = 0.0, StrokeCap strokeCap = StrokeCap.round, StrokeJoin strokeJoin = StrokeJoin.round, bool useStrokeWidthInMeter = false, Color color = const Color(0xFF00FF00), StrokePattern pattern = const StrokePattern.solid(), Color borderColor = const Color(0xFFFFFF00)})
Options to style the polyline
const

Properties

borderColor Color
The Color of the Polyline border.
final
borderStrokeWidth double
The width of the stroke with of the line border. Defaults to 0.0 (disabled).
final
color Color
The color of the line stroke.
final
colorsStop List<double>?
The stops for the gradient colors.
final
gradientColors List<Color>?
The List of colors in case a gradient should get used.
final
hashCode int
The hash code for this object.
no setterinherited
pattern StrokePattern
Determines whether the line should be solid, dotted, or dashed, and the exact characteristics of each
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeCap StrokeCap
Styles to use for line endings.
final
strokeJoin StrokeJoin
Styles to use for line segment joins.
final
strokeWidth double
The width of the stroke
final
useStrokeWidthInMeter bool
Set to true if the width of the stroke should have meters as unit.
final

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