withLegendStyle method

ChartTheme withLegendStyle(
  1. LegendStyle value
)

Replaces ChartTheme.legendStyle with value.

Implementation

ChartTheme withLegendStyle(LegendStyle value) => copyWith(legendStyle: value);