KeyboardButton constructor
KeyboardButton({
- required String text,
- required int iconCustomEmojiId,
- ButtonStyle? style,
- KeyboardButtonType? type,
Implementation
KeyboardButton({
required this.text,
required this.iconCustomEmojiId,
this.style,
this.type,
});