withRingColor method

RadarWebStyle withRingColor(
  1. Color value
)

Replaces RadarWebStyle.ringColor with value.

Implementation

RadarWebStyle withRingColor(Color value) => copyWith(ringColor: value);