Flutter使用webview的时候显示状态栏

Scaffold(
        appBar: PreferredSize(
            preferredSize: Size.fromHeight(0),child: AppBar(backgroundColor:AppConfig.app_color)),
        body: new Center(
            child: WebView()
)

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注