SeriesStyle constructor
const
SeriesStyle({})
Implementation
const SeriesStyle({
this.color,
this.strokeWidth = 2.0,
this.fillColor,
this.gradient,
this.showMarkers = false,
this.markerRadius = 4.0,
this.opacity = 1.0,
});