headingTextStyle property
final
The text style for the heading row.
If null, DataTableThemeData.headingTextStyle is used. By default, the text style is TextTheme.titleSmall.
Implementation
final TextStyle? headingTextStyle;
The text style for the heading row.
If null, DataTableThemeData.headingTextStyle is used. By default, the text style is TextTheme.titleSmall.
final TextStyle? headingTextStyle;