computedRowHeights property

List<double> get computedRowHeights

Row heights calculated in the last layout (in logical pixels).

Implementation

List<double> get computedRowHeights => _computedRowHeights;