withStartColor method

GaugeGradientStyle withStartColor(
  1. Color value
)

Replaces GaugeGradientStyle.startColor with value.

Implementation

GaugeGradientStyle withStartColor(Color value) => copyWith(startColor: value);