withShowMarkers method

RadarSeriesStyle withShowMarkers(
  1. bool value
)

Replaces RadarSeriesStyle.showMarkers with value.

Implementation

RadarSeriesStyle withShowMarkers(bool value) => copyWith(showMarkers: value);