dataRowHeight property

  1. @override
double? dataRowHeight
final

The height of each row (excluding the row that contains column headings).

If null, DataTableThemeData.dataRowMinHeight is used. This value defaults to kMinInteractiveDimension to adhere to the Material Design specifications.

Note that unlike stock DataTable from the SDK there's no capability to define min/max height of a row, corresponding properties are ingored. This is an implementation tradeoff making it possible to have performant sticky columns.

Implementation

@override
final double? dataRowHeight;