thiszhong / thiszhong.github.io

0 stars 0 forks source link

Flutter 设置状态栏(StatusBar)颜色/透明 - Blog #15

Open thiszhong opened 3 years ago

thiszhong commented 3 years ago

https://thiszhong.github.io/blog/flutter/status-bar/

1234567import 'package:flutter/services.dart';//...SystemChrome.setSystemUIOverlayStyle( SystemUiOverlayStyle(statusBarColor: Colors.transparent));//... Only honored