InlineKeyboardButton constructor
const
InlineKeyboardButton({
- required String text,
- required InlineKeyboardButtonType type,
Represents a single button in an inline keyboard
Implementation
const InlineKeyboardButton({
required this.text,
required this.type,
});