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