BaseKey constructor

const BaseKey(
  1. LogicalKeyboardKey? logicalKeyId,
  2. String? description,
  3. String? linux,
  4. int? windows,
  5. int? mac,
)

Implementation

const BaseKey(
    this.logicalKeyId, this.description, this.linux, this.windows, this.mac);