RowWithinBlockMove
class RowWithinBlockMove(val blockId: Any, val movedKey: Any, val afterKey: Any?, val beforeKey: Any?)
The result of one completed within-block drag gesture: a single row moved among its block-mates, expressed in stable keys. Anchors are the moved row's visible neighbours inside the same block; a null anchor means the block's edge (first/last visible row).