rowHeights property

List<double> get rowHeights

Implementation

List<double> get rowHeights {
  assert(_layoutResult != null, 'Layout result is not available');
  return List.unmodifiable(_layoutResult!.rowHeights);
}