withWidth method

GaugeThreshold withWidth(
  1. double value
)

Replaces GaugeThreshold.width with value.

Implementation

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