headingTextStyle property

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