MapLine constructor
const
MapLine({})
Creates a MapLine.
Implementation
const MapLine({
required this.from,
required this.to,
this.dashArray,
this.color,
this.width,
this.strokeCap,
this.onTap,
});
Creates a MapLine.
const MapLine({
required this.from,
required this.to,
this.dashArray,
this.color,
this.width,
this.strokeCap,
this.onTap,
});