withWidth method

PolarThreshold withWidth(
  1. double value
)

Replaces PolarThreshold.width with value.

Implementation

PolarThreshold withWidth(double value) => copyWith(width: value);