clearHeaderBackgroundColor method

ChartDataTableTheme clearHeaderBackgroundColor()

Clears ChartDataTableTheme.headerBackgroundColor to null.

Implementation

ChartDataTableTheme clearHeaderBackgroundColor() =>
    copyWith(clearHeaderBackgroundColor: true);