withMarkerLineWidth method

LegendStyle withMarkerLineWidth(
  1. double value
)

Replaces LegendStyle.markerLineWidth with value.

Implementation

LegendStyle withMarkerLineWidth(double value) =>
    copyWith(markerLineWidth: value);