withMarkerSize method

LegendStyle withMarkerSize(
  1. double value
)

Replaces LegendStyle.markerSize with value.

Implementation

LegendStyle withMarkerSize(double value) => copyWith(markerSize: value);