class MyMenu extends StatelessWidget { MyMenu({this.title, this.icon, this.shape, this.page}); final Widget page; ... } Then, in onTap :
確定! 回上一頁