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