withColor method
- Color value
Replaces BarLabelCalloutStyle.color with value.
Implementation
BarLabelCalloutStyle withColor(Color value) => copyWith(color: value);
Replaces BarLabelCalloutStyle.color with value.
BarLabelCalloutStyle withColor(Color value) => copyWith(color: value);