KeyboardButton constructor
KeyboardButton({
- required String text,
- KeyboardButtonRequestUser? requestUser,
- bool? requestContact,
- bool? requestLocation,
- KeyboardButtonPollType? requestPoll,
- WebAppInfo? webApp,
Implementation
KeyboardButton({
required this.text,
this.requestUser,
this.requestContact,
this.requestLocation,
this.requestPoll,
this.webApp,
});