withBorderWidth method

GaugeZoneStyle withBorderWidth(
  1. double value
)

Replaces GaugeZoneStyle.borderWidth with value.

Implementation

GaugeZoneStyle withBorderWidth(double value) => copyWith(borderWidth: value);