TuiKey constructor
const
TuiKey(
- TuiKeyType type, {
- String? character,
Creates a key of the given type with an optional character.
Implementation
const TuiKey(this.type, {this.character});