ReplyMarkupShowKeyboard constructor
const
ReplyMarkupShowKeyboard({})
Contains a custom keyboard layout to quickly reply to bots
Implementation
const ReplyMarkupShowKeyboard({
required this.rows,
required this.resizeKeyboard,
required this.oneTime,
required this.isPersonal,
required this.inputFieldPlaceholder,
});