menu
ez_widget_2 package
documentation
widget/function_widget/back_catch.dart
BackCatch
BackCatch.new const constructor
BackCatch.new const constructor
dark_mode
light_mode
BackCatch
constructor
const
BackCatch
(
{
required
Widget
child
,
bool
preventBack
=
true
,
Function
?
onBack
,
Key
?
key
,
})
Implementation
const BackCatch({ required this.child, this.preventBack = true, this.onBack, super.key});
ez_widget_2 package
documentation
widget/function_widget/back_catch
BackCatch
BackCatch.new const constructor
BackCatch class