How to set status bar color when AppBar not present.
I have tried this but not working.
Widget build(BuildContext context) { SystemChrome.setSys
this best status bar like default material design theme without AppBar()
Container(width: MediaQuery.of(context).size.width, height: MediaQuery.of(context).padding.top, color: Theme.of(context).accentColor)