rowHeight property

double? rowHeight
final

The height of grid rows

When omitted, the row height is equal to column width, which in turn is calculated from columns and constraints provided by the parent widget.

Implementation

final double? rowHeight;