//跳转到第二个界面 Navigator.push( context, MaterialPageRoute(builder: (context) => SecondScreen()), ); //从第二个界面返回 Navigator.pop(context);
← 1.3函数 依赖 →