KeymapPendingSequence constructor

const KeymapPendingSequence({
  1. required String surfaceId,
  2. required List<String> matchedKeys,
  3. required List<String> matchedLabels,
  4. required List<ShortcutBinding> candidates,
})

Implementation

const KeymapPendingSequence({
  required this.surfaceId,
  required this.matchedKeys,
  required this.matchedLabels,
  required this.candidates,
});