withShowLabels method

GaugeReferenceStyle withShowLabels(
  1. bool value
)

Replaces GaugeReferenceStyle.showLabels with value.

Implementation

GaugeReferenceStyle withShowLabels(bool value) => copyWith(showLabels: value);