menu
bullseye2d
bullseye2d.dart
Char
Char constructor
Char
dark_mode
light_mode
Char
constructor
Char
(
String
symbol
,
KeyCodes
physicalKey
)
Creates a new
Char
instance.
symbol
: The character symbol.
physicalKey
: The
KeyCodes
of the physical key.
Implementation
Char(this.symbol, this.physicalKey);
bullseye2d
bullseye2d
Char
Char constructor
Char class