BackHandlerScope constructor

const BackHandlerScope({
  1. Key? key,
  2. required VoidCallback onBack,
  3. required Widget child,
})

Implementation

const BackHandlerScope({super.key, required this.onBack, required this.child});