全局设置:
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle.light);
使用APPBar
AppBar(
systemOverlayStyle: SystemUiOverlayStyle.light,
);
颜色值
//白色
SystemUiOverlayStyle.light
//黑色
SystemUiOverlayStyle.dark
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle.light);
APPBar
AppBar(
systemOverlayStyle: SystemUiOverlayStyle.light,
);
//白色
SystemUiOverlayStyle.light
//黑色
SystemUiOverlayStyle.dark
本文标题:flutter 设置状态栏颜色
本文链接:https://www.haomeiwen.com/subject/ozyhnltx.html
网友评论