headingTextStyle property Null safety

TextStyle? headingTextStyle
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;