withColor method

RadialBarThreshold withColor(
  1. Color value
)

Replaces RadialBarThreshold.color with value.

Implementation

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