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