withMarkerBorderWidth method

RadarSeriesStyle withMarkerBorderWidth(
  1. double value
)

Replaces RadarSeriesStyle.markerBorderWidth with value.

Implementation

RadarSeriesStyle withMarkerBorderWidth(double value) =>
    copyWith(markerBorderWidth: value);