withColor method

RadarShadowStyle withColor(
  1. Color value
)

Replaces RadarShadowStyle.color with value.

Implementation

RadarShadowStyle withColor(Color value) => copyWith(color: value);