Flutter修改状态栏的颜色

2022-02-17  本文已影响0人  东风不起尘

@override

Widget build(BuildContext context) {

return Scaffold(

backgroundColor: Colors.white,

appBar:AppBar(

systemOverlayStyle:SystemUiOverlayStyle(

systemNavigationBarColor:Color(0xFF000000),

systemNavigationBarDividerColor:null,

statusBarColor: Colors.white,

systemNavigationBarIconBrightness: Brightness.light,

statusBarIconBrightness: Brightness.dark,

statusBarBrightness: Brightness.light,

),

backgroundColor: Colors.white,

centerTitle:true,

elevation:0,

)

}

上一篇 下一篇

猜你喜欢

热点阅读