withColor method

GaugeZone withColor(
  1. Color value
)

Replaces GaugeZone.color with value.

Implementation

GaugeZone withColor(Color value) => copyWith(color: value);