You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if this could be wrapped around the .gestures() call if any of the onTap fxns are overriden. Or just expose a variable for it?
Alternatively a .clickable(Function onTapUp, Function onTapDown) could be really cool? Which is just a MR + GT and some syntactic sugar because we never really care about TapUpDetails
The text was updated successfully, but these errors were encountered:
This should fit nicely in this library. I would suggest both implementing MouseRegion as a method as well as a clickable method. MouseRegion being a complete implementation while clickable being a nice wrapper, like you described. I still think the callback functions would be complete with TapUpDetails for example. Maybe have the arguments like:
What do you think? I would gladly accept a pull request which implements this in a nice way. I will probably not prioritizing implementing this on my own in the short term future.
In the latest Flutter they have enabled a classic HandCursor for Desktop and Web with:
Would be nice if this could be wrapped around the .gestures() call if any of the onTap fxns are overriden. Or just expose a variable for it?
Alternatively a
.clickable(Function onTapUp, Function onTapDown)
could be really cool? Which is just a MR + GT and some syntactic sugar because we never really care aboutTapUpDetails
The text was updated successfully, but these errors were encountered: