strict constant
PopBehavior
const strict
Strict behavior: no keyboard-triggered pops.
Implementation
static const strict = PopBehavior(
escapeEnabled: false,
backspaceEnabled: false,
);
Strict behavior: no keyboard-triggered pops.
static const strict = PopBehavior(
escapeEnabled: false,
backspaceEnabled: false,
);