Answers for "how to show status bar in flutter"

0

how to cover top bar of screen in flutter app

SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
    statusBarColor: Colors.transparent,
 ));
Posted by: Guest on October-04-2020

Code answers related to "how to show status bar in flutter"

Browse Popular Code Answers by Language