美文网首页
flutter简单页面跳转

flutter简单页面跳转

作者: 小婷婷tt | 来源:发表于2019-05-27 16:26 被阅读0次

    1.RaisedButton 控件onPressed设置点击事件

    new MaterialPageRoute( builder: (context) => new SecondScreen())

    2.设置关闭界面

    Navigator.pop(context);

    相关文章

      网友评论

          本文标题:flutter简单页面跳转

          本文链接:https://www.haomeiwen.com/subject/lcggzqtx.html