Example 1: slide page transition flutter Navigator.push(context, PageTransition(type: PageTransitionType.fade, child: DetailScreen())); ...
確定! 回上一頁