Hi all,
Just started using Flutter a couple days ago and I’m enjoying it a lot.
I noticed that when I use a FlatButton, onPressed
gets called when the button is touched then released.
Is there a similar widget to FlatButton that has a callback when its touched, and perhaps a call back when it is released?
Thanks!