withSpokeDashPattern method

RadarWebStyle withSpokeDashPattern(
  1. List<double> value
)

Replaces RadarWebStyle.spokeDashPattern with value.

Implementation

RadarWebStyle withSpokeDashPattern(List<double> value) =>
    copyWith(spokeDashPattern: value);