Shewebi

Results 1 comments of Shewebi

My workaround is to keep the SlidingUpPanel and wrapping it with a MediaQuery. So you go from this: ```dart SlidingUpPanel( child: MyMap(), header: MyHeader(), panel: MyPanel(), ... ) ``` To...