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