strict constant

PopBehavior const strict

Strict behavior: no keyboard-triggered pops.

Implementation

static const strict = PopBehavior(
  escapeEnabled: false,
  backspaceEnabled: false,
);