withShowTicks method

GaugeChartConfig withShowTicks(
  1. bool value
)

Replaces GaugeChartConfig.showTicks with value.

Implementation

GaugeChartConfig withShowTicks(bool value) => copyWith(showTicks: value);