withShowAxis method

GaugeChartConfig withShowAxis(
  1. bool value
)

Replaces GaugeChartConfig.showAxis with value.

Implementation

GaugeChartConfig withShowAxis(bool value) => copyWith(showAxis: value);