Is there a way to set the OnLongPressed and OnPressed or OnTap events on a Scaffold using flutter?
Regards,
Solution 1: Andrey Turkovsky
Use GestureDetector
- it has many parameters, e.g. onTap
, onLongPress
, etc.
Is there a way to set the OnLongPressed and OnPressed or OnTap events on a Scaffold using flutter?
Regards,
Use GestureDetector
- it has many parameters, e.g. onTap
, onLongPress
, etc.