cellHeight property

  1. @override
double? cellHeight
final

The target height of the cell.

If null, the layout engine will determine the height based on the row's calculated constraints.

Implementation

@override
final double? cellHeight;