withMinorTickWidth method

GaugeScaleStyle withMinorTickWidth(
  1. double value
)

Replaces GaugeScaleStyle.minorTickWidth with value.

Implementation

GaugeScaleStyle withMinorTickWidth(double value) =>
    copyWith(minorTickWidth: value);