withDashPattern method

PolarThreshold withDashPattern(
  1. List<double> value
)

Replaces PolarThreshold.dashPattern with value.

Implementation

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