InlineKeyboardButtonTypeUrl constructor
const
InlineKeyboardButtonTypeUrl({
- required String url,
A button that opens a specified URL
Implementation
const InlineKeyboardButtonTypeUrl({
required this.url,
});