withBorderColor method

GaugeZoneStyle withBorderColor(
  1. Color value
)

Replaces GaugeZoneStyle.borderColor with value.

Implementation

GaugeZoneStyle withBorderColor(Color value) => copyWith(borderColor: value);