onPopCallback property

Future<void> Function(BuildContext context) onPopCallback
final

Callback executed when navigation should go back. Used for closing the feedback screen after successful submission.

Implementation

final Future<void> Function(BuildContext context) onPopCallback;