2021年3月21日星期日

flutter on ios: how to fill all screen with color

I try to fill all mobile screen with dark color. This works well on Android and does not on iOS I did all this stuff but nothing was changed

    return SafeArea(        child: Scaffold(          extendBodyBehindAppBar: true,          extendBody: true,          resizeToAvoidBottomInset: true,          body: _MainWidget(),          bottomNavigationBar: CustomBottomNavBar(),        ),      );    

I still see white color above and below dark one. enter image description here

https://stackoverflow.com/questions/66719236/flutter-on-ios-how-to-fill-all-screen-with-color March 20, 2021 at 03:30PM

没有评论:

发表评论