withDashPattern method
Replaces GaugeThreshold.dashPattern with value.
Implementation
GaugeThreshold withDashPattern(List<double> value) =>
copyWith(dashPattern: value);
Replaces GaugeThreshold.dashPattern with value.
GaugeThreshold withDashPattern(List<double> value) =>
copyWith(dashPattern: value);