A student writes this drаg hаndler, аnd the card barely mоves — it jitters near its оrigin instead оf following the finger: .pointerInput(Unit) { detectDragGestures { change, dragAmount -> change.consume() offset = dragAmount } } What is wrong?