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