withMarkerShapes method
- List<
SeriesMarkerShape> value
Replaces SeriesTheme.markerShapes with value.
Implementation
SeriesTheme withMarkerShapes(List<SeriesMarkerShape> value) =>
copyWith(markerShapes: value);
Replaces SeriesTheme.markerShapes with value.
SeriesTheme withMarkerShapes(List<SeriesMarkerShape> value) =>
copyWith(markerShapes: value);