I put a FlutterMap
in a Column
in a SingleChildScrollView
with scroll direction of vertical
I want to keep map interactive, currently if you drag in map horizontally everything is ok , but if you drag vertically, you change the scroll position, not the map bounds
How can I fix it?