withRingColor method
- Color value
Replaces RadarWebStyle.ringColor with value.
Implementation
RadarWebStyle withRingColor(Color value) => copyWith(ringColor: value);
Replaces RadarWebStyle.ringColor with value.
RadarWebStyle withRingColor(Color value) => copyWith(ringColor: value);