Help with Google Maps Widget (How to Disable Functionality and Visibility)

In Flutterflow, how can I disable the visibility and functionality of a widget (google maps). I say functionality because I want to have multiple google maps widgets in the same location that show based on certain conditions, however I want the non-visible ones disabled so I can limit API calls.

In summary, I want to know how to disable a google maps widget (from conditions / App Values) to limit API calls.

2