withWidth method

GaugeTarget withWidth(
  1. double value
)

Replaces GaugeTarget.width with value.

Implementation

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