NavigatorPopHandler constructor
- Key? key,
- VoidCallback? onPop,
- bool enabled = true,
- required Widget child,
Creates an instance of NavigatorPopHandler.
Implementation
const NavigatorPopHandler({
super.key,
this.onPop,
this.enabled = true,
required this.child,
});