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