pendingChord property
List<ParsedKeystroke> ?
get
pendingChord
The current pending chord keystrokes (null if not in a chord).
Implementation
List<ParsedKeystroke>? get pendingChord => _pendingChord;
The current pending chord keystrokes (null if not in a chord).
List<ParsedKeystroke>? get pendingChord => _pendingChord;