Flutter Usuń pasek stanu
SystemChrome.setEnabledSystemUIOverlays([SystemUiOverlay.bottom]);
Real Rattlesnake
SystemChrome.setEnabledSystemUIOverlays([SystemUiOverlay.bottom]);
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
));