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