TappyKeyboardKeyType constructor

const TappyKeyboardKeyType({
  1. required TappyKeyAction keyAction,
  2. String? text,
  3. String? shiftText,
})

Implementation

const TappyKeyboardKeyType({
  required this.keyAction,
  this.text,
  this.shiftText,
});