3.2 命名路由跳转. MaterialButton( onPressed: () { Get.toNamed("/mine"); }, color: Colors.blue, textColor: Colors.white, child: Text("跳转到mine-page"), ) ...
確定! 回上一頁