Hello everyone, is there a way or workaround for modifying the mouse pointer when hovering over a
TextField
?
I found the
Modifier.pointerMoveFilter
for detecting mouse hovering, but I cannot find any way for modifying the mouse cursor appearance. This would be useful for elements like `TextField`s and `Button`s but also for games and playful UIs (desktop and web) where they want to provide custom cursors.