相关疑难解决方法(0)

如何消除抖动对话框?

我是新手,我想在任务完成后关闭对话框。我尝试过:

Navigator.pop(context, true); 
Run Code Online (Sandbox Code Playgroud)

但是我的屏幕变黑了,对话框仍然在那里。这是我的对话代码。

Dialog _dialog = new Dialog(
  child: new Row(
    mainAxisSize: MainAsixSize.min, 
    children: <Widget> [
    new CircularProgressIndicator(), 
    new Text("Loading")]),     

); 
Run Code Online (Sandbox Code Playgroud)

dialog flutter

7
推荐指数
8
解决办法
1万
查看次数

标签 统计

dialog ×1

flutter ×1