withStrokeDashPattern method

RadarSeriesStyle withStrokeDashPattern(
  1. List<double> value
)

Replaces RadarSeriesStyle.strokeDashPattern with value.

Implementation

RadarSeriesStyle withStrokeDashPattern(List<double> value) =>
    copyWith(strokeDashPattern: value);