withShowLabelPanel method

GaugeReferenceStyle withShowLabelPanel(
  1. bool value
)

Replaces GaugeReferenceStyle.showLabelPanel with value.

Implementation

GaugeReferenceStyle withShowLabelPanel(bool value) =>
    copyWith(showLabelPanel: value);