当前位置:首页 » 《关注互联网》 » 正文

flutter 一行代码取消 返回按钮_萌小肆

6 人参与  2021年09月08日 11:43  分类 : 《关注互联网》  评论

点击全文阅读


flutter 取消 返回按钮

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(
        automaticallyImplyLeading: false, //here
        title: Text('Never gonna run around and desert you'),
      ),
      body: Center(
        child: Column(
          children: [
            Text('Never gonna make you cry'),
          ],
        ),
      ),
    );
  }
}

点击全文阅读


本文链接:http://zhangshiyu.com/post/27321.html

按钮  取消  返回  
<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1