height property

double? height
final

The height of the table header row, primarily determined by this value. If not specified, MoonTable.rowSize is used. If MoonTable.rowSize is also unspecified, the height will dynamically adjust based on the content of the table row.

Implementation

final double? height;