BackButtonListenerModifier constructor
const
BackButtonListenerModifier({})
Creates a BackButtonListener widget .
The child
and onBackButtonPressed
arguments must not be null.
Implementation
const BackButtonListenerModifier({
super.key,
super.child,
super.modifierKey,
required this.onBackButtonPressed,
});