例如:使用Camera拍照後,要將照片傳入下個畫面。 Navigator.push(context,MaterialPageRoute( builder: (context) => Screen3(imagePath: recordedImage.path), ),
確定! 回上一頁