withAxisStyle method

ChartTheme withAxisStyle(
  1. AxisStyle value
)

Replaces ChartTheme.axisStyle with value.

Implementation

ChartTheme withAxisStyle(AxisStyle value) => copyWith(axisStyle: value);