onMove property
Called when the user finishes a drag that turns a layer, with the committed move. Providing this enables drag-to-turn: dragging on the cube turns the grabbed layer (following the finger, snapping on release); dragging off the cube still orbits the view. Null disables drag-to-turn (all drags orbit).
Implementation
final void Function(CubeMove move)? onMove;