withAxisStyle method
- AxisStyle value
Replaces ChartTheme.axisStyle with value.
Implementation
ChartTheme withAxisStyle(AxisStyle value) => copyWith(axisStyle: value);
Replaces ChartTheme.axisStyle with value.
ChartTheme withAxisStyle(AxisStyle value) => copyWith(axisStyle: value);