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