CustomWillPopScope constructor
const
CustomWillPopScope({
- required Widget child,
- required WillPopCallback onWillPop,
- Key? key,
Implementation
const CustomWillPopScope({required this.child, required this.onWillPop, Key? key}) : super(key: key);