PlatformPopScope constructor
const
PlatformPopScope({
- Key? key,
- required Widget child,
- required bool canPop,
- required VoidCallback onPop,
Implementation
const PlatformPopScope({
super.key,
required this.child,
required this.canPop,
required this.onPop,
});