Hi, I'm working on a sample app and styling the drawer that pops out when you press the menu button. The content of this menu is pulled upward because Android's notification bar is transparent and will show content beneath it (z-axis wise). But I don't want my layout to start at the absolute top of the screen, beneath the notification bar - I want it to start below it (y-axis wise).Is there a variable I can use to get the amount of padding I need to correctly offset my content? Or some other UI trick I can use?
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To post to this group, send email to flutt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/defee276-4151-4b26-97eb-f3d4c6f1444e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/7e4a3c07-38b7-4328-a1dd-deb51ce9280c%40googlegroups.com.
Thanks, I'll check it out.