BackHandlerScope constructor
const
BackHandlerScope({
- Key? key,
- required VoidCallback onBack,
- required Widget child,
Implementation
const BackHandlerScope({super.key, required this.onBack, required this.child});