character property
The character representation of the key, if applicable. This will be null for non-character keys like arrows or function keys.
Implementation
final String? character;
The character representation of the key, if applicable. This will be null for non-character keys like arrows or function keys.
final String? character;