InlineKeyboardButtonTypeUrl constructor

const InlineKeyboardButtonTypeUrl({
  1. required String url,
})

A button that opens a specified URL

Implementation

const InlineKeyboardButtonTypeUrl({
  required this.url,
});