dataRowHeight property Null safety

double? dataRowHeight
final

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

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

Implementation

final double? dataRowHeight;