标签: flutter
嗨,我想更改状态栏的颜色,我正在使用SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(statusBarColor: Colors.transparent));更改状态栏的颜色,在奥利奥中,它工作正常,但在kitkat中却没有人知道为什么?
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(statusBarColor: Colors.transparent));
答案 0 :(得分:0)
底层Android本机方法setStatusBarColor仅在Android API级别21中添加。KitKat是API级别19,因此不支持此功能。
setStatusBarColor