KeyboardButton constructor

KeyboardButton({
  1. required String text,
  2. required int iconCustomEmojiId,
  3. ButtonStyle? style,
  4. KeyboardButtonType? type,
})

Implementation

KeyboardButton({
  required this.text,
  required this.iconCustomEmojiId,
  this.style,
  this.type,
});