dataRowMinHeight property

double? dataRowMinHeight
final

The minimum 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.

Implementation

final double? dataRowMinHeight;