... onPressed: () { Navigator.push( context, MaterialPageRoute( builder: (context) => SecondPage( data: _dataController.text, ) ...
確定! 回上一頁