withLegendStyle method
- LegendStyle value
Replaces ChartTheme.legendStyle with value.
Implementation
ChartTheme withLegendStyle(LegendStyle value) => copyWith(legendStyle: value);
Replaces ChartTheme.legendStyle with value.
ChartTheme withLegendStyle(LegendStyle value) => copyWith(legendStyle: value);