withTickColor method

GaugeScaleStyle withTickColor(
  1. Color value
)

Replaces GaugeScaleStyle.tickColor with value.

Implementation

GaugeScaleStyle withTickColor(Color value) => copyWith(tickColor: value);