CustomWillPopScope constructor

const CustomWillPopScope({
  1. required Widget child,
  2. required WillPopCallback onWillPop,
  3. Key? key,
})

Implementation

const CustomWillPopScope({required this.child, required this.onWillPop, Key? key}) : super(key: key);