clearHeaderBackgroundColor method
Clears ChartDataTableTheme.headerBackgroundColor to null.
Implementation
ChartDataTableTheme clearHeaderBackgroundColor() =>
copyWith(clearHeaderBackgroundColor: true);
Clears ChartDataTableTheme.headerBackgroundColor to null.
ChartDataTableTheme clearHeaderBackgroundColor() =>
copyWith(clearHeaderBackgroundColor: true);