PopBehavior constructor
const
PopBehavior({})
Creates a pop behavior configuration.
Implementation
const PopBehavior({
this.escapeEnabled = true,
this.backspaceEnabled = false,
this.customPopKey,
this.canPop,
this.onPopInvoked,
});