I tried using this kind of approach to have all of my UI (here only a Text) in the application below the status bar, but witho
Text
Wrap your page content (Text or Scaffold) inside a SafeArea widget
A widget that insets its child by sufficient padding to avoid intrusions by the operating system.
return new SafeArea(child: new Text('text widget'));