KeyboardButtonTypeWebApp constructor

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

A button that opens a Web App by calling getWebAppUrl

Implementation

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