Way to disable background gesture/tap actions behind floating action button?

526 Views Asked by At

I am developing an app in flutter using the google_maps_flutter package. I listen for user taps on the screen and record the lat/lng of that press. However, I do not want this to record the user tap when they hit the floating action button. Is there a way to disable the map behind the button?

Map Screen

0

There are 0 best solutions below