How to create a draggable and rotatable box in Jetpack Compose?
I’m working on a Jetpack Compose application and I want to create a Box
that can be both dragged and rotated using mouse interactions. I should be able to click and drag the entire Box to move it around the screen. also I want to add a small handle at the top-center of the Box. When I drag this handle, the Box
should rotate around its center.