FmPolylineOptions constructor
const
FmPolylineOptions({
- 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
Implementation
const FmPolylineOptions({
this.colorsStop,
this.gradientColors,
this.strokeWidth = 1.0,
this.borderStrokeWidth = 0.0,
this.strokeCap = StrokeCap.round,
this.strokeJoin = StrokeJoin.round,
this.useStrokeWidthInMeter = false,
this.color = const Color(0xFF00FF00),
this.pattern = const StrokePattern.solid(),
this.borderColor = const Color(0xFFFFFF00),
});