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