DEV Community

Discussion on: Custom cursor in Flutter Web...

Collapse
 
fdcecile profile image
Cecile

Thank you for the explanations and for sharing this code. The result is really cool and easy to implement! Do you think there is any way to hide the hand cursor when the mouse is hovering over an InkWell widget?

Collapse
 
fdcecile profile image
Cecile

Actually, I've just tried something and it worked! I replaced InkWell() by GestureDetector() :-)

Collapse
 
iamsahdeep profile image
Sahdeep Singh

Great it worked out like this, I never thought of GestureDetector to use in it xD. Will keep in mind for myself too. Thanks :)