withShowMarkers method
- bool value
Replaces RadarSeriesStyle.showMarkers with value.
Implementation
RadarSeriesStyle withShowMarkers(bool value) => copyWith(showMarkers: value);
Replaces RadarSeriesStyle.showMarkers with value.
RadarSeriesStyle withShowMarkers(bool value) => copyWith(showMarkers: value);