withShowLabels method
- bool value
Replaces GaugeReferenceStyle.showLabels with value.
Implementation
GaugeReferenceStyle withShowLabels(bool value) => copyWith(showLabels: value);
Replaces GaugeReferenceStyle.showLabels with value.
GaugeReferenceStyle withShowLabels(bool value) => copyWith(showLabels: value);