withSpokeDashPattern method
Replaces RadarWebStyle.spokeDashPattern with value.
Implementation
RadarWebStyle withSpokeDashPattern(List<double> value) =>
copyWith(spokeDashPattern: value);
Replaces RadarWebStyle.spokeDashPattern with value.
RadarWebStyle withSpokeDashPattern(List<double> value) =>
copyWith(spokeDashPattern: value);