RouteData constructor
const
RouteData({})
Implementation
const RouteData({
required this.points,
this.color = Colors.blue,
this.strokeWidth = 4.0,
this.isDotted = false,
this.label,
});
const RouteData({
required this.points,
this.color = Colors.blue,
this.strokeWidth = 4.0,
this.isDotted = false,
this.label,
});