界面整合v1

This commit is contained in:
toly
2023-05-14 17:17:34 +08:00
parent 2dbfd4cf34
commit 6b43f59e1e
6 changed files with 116 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ class MuyuAppBar extends StatelessWidget implements PreferredSizeWidget {
Widget build(BuildContext context) {
return AppBar(
elevation: 0,
centerTitle: true,
systemOverlayStyle: const SystemUiOverlayStyle(
statusBarIconBrightness: Brightness.dark,
statusBarColor: Colors.transparent),