Map<int, double>? get rowHeights => _rowHeights == null ? null : Map<int, double>.unmodifiable(_rowHeights!);