MapLineLayer constructor
const
MapLineLayer({})
Creates the MapLineLayer.
Implementation
const MapLineLayer({
Key? key,
required this.lines,
this.animation,
this.color,
this.width = 2,
this.strokeCap = StrokeCap.butt,
this.dashArray = const <double>[0, 0],
IndexedWidgetBuilder? tooltipBuilder,
}) : super(key: key, tooltipBuilder: tooltipBuilder);