moveRightShortcut top-level constant

SingleActivator const moveRightShortcut

A shortcut to move items right.

Implementation

const moveRightShortcut = SingleActivator(
  LogicalKeyboardKey.arrowRight,
  alt: true,
);