How can I make a flutter application fullscreen. I already found out how to hide the status bar Hide Android Status Bar On Flutter App. but I can\'t seem to find how to hide
SystemChrome.setEnabledSystemUIOverlays([]);
This hides the top and bottom bars but the app size remains the same. It does not expand to full screen height.