PolylineOptions constructor
const
PolylineOptions({})
Creates polyline options. id must be unique.
Implementation
const PolylineOptions({
required this.id,
required this.points,
this.color = const Color(0xFF1B5E20),
this.width = 6,
this.geodesic = false,
this.dotted = false,
});