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