PolylineLayer constructor
const
PolylineLayer({})
Create a new PolylineLayer instance.
Implementation
const PolylineLayer({
required List<Feature<LineString>> polylines,
this.color = const Color(0xFF000000),
this.width = 1,
this.gapWidth = 0,
this.blur = 0,
this.dashArray,
}) : super._(list: polylines);