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