BaseKey constructor
const
BaseKey(
- LogicalKeyboardKey? logicalKeyId,
- String? description,
- String? linux,
- int? windows,
- int? mac,
Implementation
const BaseKey(
this.logicalKeyId, this.description, this.linux, this.windows, this.mac);