withColor method

BarLabelCalloutStyle withColor(
  1. Color value
)

Replaces BarLabelCalloutStyle.color with value.

Implementation

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