withDashPattern method

GaugeThreshold withDashPattern(
  1. List<double> value
)

Replaces GaugeThreshold.dashPattern with value.

Implementation

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