MapPolyline constructor
const
MapPolyline({})
Creates a MapPolyline.
Implementation
const MapPolyline({
required this.points,
this.dashArray,
this.color,
this.width,
this.strokeCap,
this.onTap,
});
Creates a MapPolyline.
const MapPolyline({
required this.points,
this.dashArray,
this.color,
this.width,
this.strokeCap,
this.onTap,
});