I want to listen to an event wherever I clicked on the whole page
Just add this to the Scaffold:
body: GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () {
// your code
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With