Keybinding.empty constructor

Keybinding.empty()

Creates a Keybinding mapped to no keys.

Implementation

factory Keybinding.empty() => const Keybinding([]);