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