fix: 导航栏沉浸

This commit is contained in:
guozhigq
2024-10-13 17:19:39 +08:00
parent 4307950177
commit 51ff684aaf
3 changed files with 18 additions and 5 deletions

View File

@ -60,6 +60,7 @@ void main() async {
systemNavigationBarColor: Colors.transparent,
systemNavigationBarDividerColor: Colors.transparent,
statusBarColor: Colors.transparent,
systemNavigationBarContrastEnforced: false,
));
}