withColor method
- Color value
Replaces GaugeTarget.color with value.
Implementation
GaugeTarget withColor(Color value) => copyWith(color: value);
Replaces GaugeTarget.color with value.
GaugeTarget withColor(Color value) => copyWith(color: value);