withEndColor method

RadarGradientStyle withEndColor(
  1. Color value
)

Replaces RadarGradientStyle.endColor with value.

Implementation

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