Open AliRezaBeitari opened 4 years ago
Came with the same issue and I figured a way to fix this. I wrapped the SlidingUpPanel with MediaQuery.removePadding and removeTop: true.
MediaQuery.removePadding( context: context, removeTop: true, child: SlidingUpPanel(options) )
Thank you so much for this solution, is there any other way to handle it ?
Describe the bug When I set
extendBodyBehindAppBar: true
in theScaffold
with anAppBar
, the panel get an extra space at the top of itself.To Reproduce Add an
AppBar
to theScaffold
and set attributeextendBodyBehindAppBar: true
ofScaffold
.Expected behavior The panel should not have that extra space.
Screenshots
Smartphone (please complete the following information):
Sample
main.dart