withDashPattern method

RadialBarThreshold withDashPattern(
  1. List<double> value
)

Replaces RadialBarThreshold.dashPattern with value.

Implementation

RadialBarThreshold withDashPattern(List<double> value) =>
    copyWith(dashPattern: value);