withMarkerShape method

RadarSeriesStyle withMarkerShape(
  1. SeriesMarkerShape value
)

Replaces RadarSeriesStyle.markerShape with value.

Implementation

RadarSeriesStyle withMarkerShape(SeriesMarkerShape value) =>
    copyWith(markerShape: value);