withHeaderBackgroundColor method
- Color value
Replaces ChartDataTableTheme.headerBackgroundColor with value.
Implementation
ChartDataTableTheme withHeaderBackgroundColor(Color value) =>
copyWith(headerBackgroundColor: value);
Replaces ChartDataTableTheme.headerBackgroundColor with value.
ChartDataTableTheme withHeaderBackgroundColor(Color value) =>
copyWith(headerBackgroundColor: value);