flutter导航栏返回按钮返回时刷新数据

短命女 2022-11-11 05:58 212阅读 0赞

在appBar: AppBar(后加入

  1. leading: new IconButton( tooltip: '返回上一页', icon: const Icon(Icons.arrow_back), onPressed: () {
  2. Navigator.push( context, MaterialPageRoute( builder: (context) => ShowPage(), )).then((data) {
  3. });
  4. },
  5. ),

发表评论

表情:
评论列表 (有 0 条评论,212人围观)

还没有评论,来说两句吧...

相关阅读