DEV Community

Discussion on: Custom cursor in Flutter Web...

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 :)