withColor method

PolarThreshold withColor(
  1. Color value
)

Replaces PolarThreshold.color with value.

Implementation

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