Instead of: Navigator.of(context).push( MaterialPageRoute( builder: (context) => Page1(), ), );. use: Navigator.of(context).push( ...
確定! 回上一頁