withColor method

PolarLabelStyle withColor(
  1. Color value
)

Replaces PolarLabelStyle.color with value.

Implementation

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