目次
return WillPopScope( onWillPop: () { Navigator.of(context).pop(返したい値); return Future.value(false); }, child: Scaffold()