路由导航

    • 可以使用 GestureDetector 对象,把需要触发导航的 包裹起来,主要代码如下:
    1. Navigator.of(context)
    2. return 页面(id: id值, title: title值);