moveToStartShortcut top-level constant

SingleActivator const moveToStartShortcut

A shortcut to move something to the top.

Implementation

const moveToStartShortcut = SingleActivator(
  LogicalKeyboardKey.home,
  alt: true,
);