withMarkerSize method
- double value
Replaces LegendStyle.markerSize with value.
Implementation
LegendStyle withMarkerSize(double value) => copyWith(markerSize: value);
Replaces LegendStyle.markerSize with value.
LegendStyle withMarkerSize(double value) => copyWith(markerSize: value);