KeymapSequenceCancelledMsg constructor

const KeymapSequenceCancelledMsg({
  1. required String surfaceId,
  2. Key? key,
  3. bool timedOut = false,
})

Implementation

const KeymapSequenceCancelledMsg({
  required this.surfaceId,
  this.key,
  this.timedOut = false,
});