withMarkerShape method
- LegendMarkerShape value
Replaces LegendStyle.markerShape with value.
Implementation
LegendStyle withMarkerShape(LegendMarkerShape value) =>
copyWith(markerShape: value);
Replaces LegendStyle.markerShape with value.
LegendStyle withMarkerShape(LegendMarkerShape value) =>
copyWith(markerShape: value);