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