KeyHint constructor
KeyHint({})
Implementation
KeyHint({
required this.keyLabel,
required this.description,
this.keyBackground,
this.keyForeground,
this.descriptionForeground,
this.keyStyle,
this.descriptionStyle,
this.gap = 1,
super.key,
});