美文网首页美文共赏
状态栏文字颜色为白色

状态栏文字颜色为白色

作者: 晓函 | 来源:发表于2021-12-13 20:22 被阅读0次
    @override
      Widget build(BuildContext context) {
    
        return AnnotatedRegion<SystemUiOverlayStyle>(
          value: SystemUiOverlayStyle.light,
          child: Material(child:Scaffold(),),);
      }
    

    相关文章

      网友评论

        本文标题:状态栏文字颜色为白色

        本文链接:https://www.haomeiwen.com/subject/wmdsfrtx.html