KeyModifiers.empty constructor

KeyModifiers.empty()

Constructs a new instance of KeyModifiers with no modifiers.

Implementation

factory KeyModifiers.empty() => const KeyModifiers(0);