withMarkerRadius method
- double value
Replaces RadarSeriesStyle.markerRadius with value.
Implementation
RadarSeriesStyle withMarkerRadius(double value) =>
copyWith(markerRadius: value);
Replaces RadarSeriesStyle.markerRadius with value.
RadarSeriesStyle withMarkerRadius(double value) =>
copyWith(markerRadius: value);