Is there a way to show a resize cursor icon on des...
# compose-desktop
p
Is there a way to show a resize cursor icon on desktop?
a
Copy code
Modifier.pointerIcon(
    PointerIcon(
        Cursor.getPredefinedCursor(Cursor.SW_RESIZE_CURSOR)
    )
)
thank you color 1