headingRowHeight property Null safety
final
The height of the heading row.
If null, DataTableThemeData.headingRowHeight is used. This value defaults to 56.0 to adhere to the Material Design specifications.
Implementation
final double? headingRowHeight;