dataRowMaxHeight property

double? dataRowMaxHeight
final

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

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

Implementation

final double? dataRowMaxHeight;