PolylineProperties<T extends Object> constructor
const
PolylineProperties<T extends Object>({
- bool useStrokeWidthInMeter = PolylineProperties.defUseStrokeWidthInMeter,
- List<Color>? gradientColors = PolylineProperties.defGradientColors,
- double strokeWidth = PolylineProperties.defStrokeWidth,
- StrokePattern isDotted = PolylineProperties.defIsDotted,
- StrokeCap strokeCap = PolylineProperties.defStrokeCap,
- StrokeJoin strokeJoin = PolylineProperties.defStrokeJoin,
- Map<LayerPolylineIndexes, String>? layerProperties,
- T? hintValue,
- double borderStrokeWidth = PolylineProperties.defBorderStokeWidth,
- Color borderColor = PolylineProperties.defBorderColor,
- Color color = PolylineProperties.defFillColor,
})
Implementation
const PolylineProperties({
this.colorsStop = PolylineProperties.defColorsStop,
this.useStrokeWidthInMeter = PolylineProperties.defUseStrokeWidthInMeter,
this.gradientColors = PolylineProperties.defGradientColors,
this.strokeWidth = PolylineProperties.defStrokeWidth,
this.isDotted = PolylineProperties.defIsDotted,
this.strokeCap = PolylineProperties.defStrokeCap,
this.strokeJoin = PolylineProperties.defStrokeJoin,
this.layerProperties,
this.hintValue,
this.borderStrokeWidth = PolylineProperties.defBorderStokeWidth,
this.borderColor = PolylineProperties.defBorderColor,
this.color = PolylineProperties.defFillColor,
});