withMarkerShape method

LegendStyle withMarkerShape(
  1. LegendMarkerShape value
)

Replaces LegendStyle.markerShape with value.

Implementation

LegendStyle withMarkerShape(LegendMarkerShape value) =>
    copyWith(markerShape: value);