HotKeyRecorder constructor
const
HotKeyRecorder({
- Key? key,
- HotKey? initalHotKey,
- required ValueChanged<
HotKey> onHotKeyRecorded,
Implementation
const HotKeyRecorder({
Key? key,
this.initalHotKey,
required this.onHotKeyRecorded,
}) : super(key: key);