KeyRecording constructor
const
KeyRecording(
- LogicalKeyboardKey? logicalKeyId,
- String? description,
- String? linux,
- int? windows,
- int? mac,
- KeyEventType keyEventType,
- Duration delay,
Implementation
const KeyRecording(
super.logicalKeyId,
super.description,
super.linux,
super.windows,
super.mac,
this.keyEventType,
this.delay,
);