clearBackgroundColor method
Clears LegendStyle.backgroundColor to null.
Implementation
LegendStyle clearBackgroundColor() => copyWith(clearBackgroundColor: true);
Clears LegendStyle.backgroundColor to null.
LegendStyle clearBackgroundColor() => copyWith(clearBackgroundColor: true);