KeyChordCancelledMsg constructor

const KeyChordCancelledMsg({
  1. required Key prefix,
  2. Key? key,
  3. bool timedOut = false,
})

Implementation

const KeyChordCancelledMsg({
  required this.prefix,
  this.key,
  this.timedOut = false,
});