menu
vader_app package
documentation
back_button_handler.dart
BackButtonHandler
BackButtonHandler.new const constructor
BackButtonHandler.new const constructor
dark_mode
light_mode
BackButtonHandler
constructor
const
BackButtonHandler
(
{
Key
?
key
,
Future
<
bool
?
>
quitDialog
(
BuildContext
)?,
required
Widget
child
,
})
Implementation
const BackButtonHandler({super.key, this.quitDialog, required this.child});
vader_app package
documentation
back_button_handler
BackButtonHandler
BackButtonHandler.new const constructor
BackButtonHandler class