rowHeights property

Map<int, double>? get rowHeights

Implementation

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