withMarkerLabelSpacing method

LegendStyle withMarkerLabelSpacing(
  1. double value
)

Replaces LegendStyle.markerLabelSpacing with value.

Implementation

LegendStyle withMarkerLabelSpacing(double value) =>
    copyWith(markerLabelSpacing: value);