withShowTickLabels method

GaugeChartConfig withShowTickLabels(
  1. bool value
)

Replaces GaugeChartConfig.showTickLabels with value.

Implementation

GaugeChartConfig withShowTickLabels(bool value) =>
    copyWith(showTickLabels: value);