withStartColor method

RadarGradientStyle withStartColor(
  1. Color value
)

Replaces RadarGradientStyle.startColor with value.

Implementation

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