摘要: 在main.dart中 // 除半透明状态栏 if (Theme.of(context).platform == TargetPlatform.android) { // android 平台 SystemUiOverlayStyle _style = SystemUiOverlayStyle(st 阅读全文
posted @ 2021-01-23 21:07 lude1994 阅读(774) 评论(0) 推荐(0)
摘要: // 状态栏字体白色 static const SystemUiOverlayStyle light = SystemUiOverlayStyle( systemNavigationBarColor: Color(0xFF000000), systemNavigationBarDividerColo 阅读全文
posted @ 2021-01-23 21:03 lude1994 阅读(1774) 评论(0) 推荐(0)