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