onPopCallback property
Callback executed when navigation should go back. Used for closing the feedback screen after successful submission.
Implementation
final Future<void> Function(BuildContext context) onPopCallback;
Callback executed when navigation should go back. Used for closing the feedback screen after successful submission.
final Future<void> Function(BuildContext context) onPopCallback;