WillPopScope( onWillPop: () async { Navigator.pop(context, 'Pass Your Data Here'); return false; }, child: // Your Widget );