getHeadingRowColor static method

Color getHeadingRowColor(
  1. ThemeData theme
)

Implementation

static Color getHeadingRowColor(ThemeData theme) {
  return theme.dataTableTheme.headingRowColor?.resolve(<MaterialState>{}) ??
      theme.colorScheme.secondary;
}