withHeaderBackgroundColor method

ChartDataTableTheme withHeaderBackgroundColor(
  1. Color value
)

Replaces ChartDataTableTheme.headerBackgroundColor with value.

Implementation

ChartDataTableTheme withHeaderBackgroundColor(Color value) =>
    copyWith(headerBackgroundColor: value);