resolvedRowHeight property

double get resolvedRowHeight

Layout-safe row height.

This returns fallbackRowHeight for non-finite values and clamps finite values below minimumRowHeight to that minimum.

Implementation

double get resolvedRowHeight => resolveRowHeight(rowHeight);