withBorderColor method
- Color value
Replaces GaugeZoneStyle.borderColor with value.
Implementation
GaugeZoneStyle withBorderColor(Color value) => copyWith(borderColor: value);
Replaces GaugeZoneStyle.borderColor with value.
GaugeZoneStyle withBorderColor(Color value) => copyWith(borderColor: value);