withColor method

GaugeTarget withColor(
  1. Color value
)

Replaces GaugeTarget.color with value.

Implementation

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