withShowAxis method
- bool value
Replaces GaugeChartConfig.showAxis with value.
Implementation
GaugeChartConfig withShowAxis(bool value) => copyWith(showAxis: value);
Replaces GaugeChartConfig.showAxis with value.
GaugeChartConfig withShowAxis(bool value) => copyWith(showAxis: value);