Answers for "appbar taking whole top screen flutter how to avoid then"

0

how to cover top bar of screen in flutter app

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

Browse Popular Code Answers by Language