withMinorTickLength method

GaugeScaleStyle withMinorTickLength(
  1. double value
)

Replaces GaugeScaleStyle.minorTickLength with value.

Implementation

GaugeScaleStyle withMinorTickLength(double value) =>
    copyWith(minorTickLength: value);