LineSeries constructor
const
LineSeries({})
Implementation
const LineSeries({
super.key,
required this.data,
this.color = Colors.blue,
this.strokeWidth = 2,
this.showMarkers = false,
this.markerRadius = 4,
this.markerColor,
this.smooth = false,
this.tension = 0.4,
this.dashPattern,
this.onPointTap,
});