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. 
没有评论:
发表评论