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