flutter / 未分类Flutter使用webview的时候显示状态栏 4月 28, 20224月 28, 2022 - by 欧阳逍遥 - Leave a Comment Scaffold( appBar: PreferredSize( preferredSize: Size.fromHeight(0),child: AppBar(backgroundColor:AppConfig.app_color)), body: new Center( child: WebView() ) )