TappyKeyboardKeyType constructor
const
TappyKeyboardKeyType({
- required TappyKeyAction keyAction,
- String? text,
- String? shiftText,
Implementation
const TappyKeyboardKeyType({
required this.keyAction,
this.text,
this.shiftText,
});