menu
dynamic_tools package
documentation
sources/components/actions/action_back.dart
ActionBack
ActionBack.new const constructor
ActionBack.new const constructor
dark_mode
light_mode
ActionBack
constructor
const
ActionBack
(
{
required
Widget
child
,
bool
canBack
=
true
,
void
onBack
()?,
Key
?
key
,
})
Implementation
const ActionBack({ required this.child, this.canBack = true, this.onBack, super.key, });
dynamic_tools package
documentation
sources/components/actions/action_back
ActionBack
ActionBack.new const constructor
ActionBack class