on Touch Move
abstract fun onTouchMove(previousOffset: Offset = Offset.Zero, currentOffset: Offset = Offset.Zero, paint: Paint = Paint())
Handles movement during a touch event. Updates the tape path and image path as the user moves their finger.
Parameters
previous Offset
The previous position of the touch.
current Offset
The current position of the touch.
paint
The paint object used for drawing the tape.