withColor method

BarLabelStyle withColor(
  1. Color value
)

Replaces BarLabelStyle.color with value.

Implementation

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