withEndColor method

GaugeGradientStyle withEndColor(
  1. Color value
)

Replaces GaugeGradientStyle.endColor with value.

Implementation

GaugeGradientStyle withEndColor(Color value) => copyWith(endColor: value);