Hi everyone,
I'm using the Google Map widget in FlutterFlow, and I want to remove the Current Location button that appears in the bottom-right corner of the map. Normally, in Flutter/Google Maps, this can be achieved by setting myLocationButtonEnabled: false
. However, I couldn't find any setting or option for this in FlutterFlow.
Is there a way to remove this button directly in FlutterFlow? If it requires a custom solution, what steps should I follow?
Thanks in advance for your help! 😊