rowLayout property

RowLayout get rowLayout

Precomputed row partition (top-frozen / middle / bottom-frozen) + cumulative offsets. Frozen rows skip the filter / sort pipeline so they remain stable across view changes.

Implementation

RowLayout get rowLayout => _rowLayout;