onPopInvoked property

(void Function(FormGroup formGroup, bool didPop)?) onPopInvoked
final

A callback invoked when a route is popped. See PopScope for more details.

Implementation

final void Function(FormGroup formGroup, bool didPop)? onPopInvoked;