MenuButtonWebApp constructor

MenuButtonWebApp(
  1. String text,
  2. WebAppInfo webApp
)

Basic constructor

Implementation

MenuButtonWebApp(
  this.text,
  this.webApp,
);