BotMenuButton constructor

const BotMenuButton({
  1. required String text,
  2. required String url,
})

Bot Menu Button constructor.

Implementation

const BotMenuButton({required this.text, required this.url}) : super._();