clearBackgroundColor method

LegendStyle clearBackgroundColor()

Clears LegendStyle.backgroundColor to null.

Implementation

LegendStyle clearBackgroundColor() => copyWith(clearBackgroundColor: true);