KeyboardButtonRequestPoll constructor
const
KeyboardButtonRequestPoll({
- KeyboardButtonStyleBase? style,
- bool? quiz,
- required String text,
Keyboard Button Request Poll constructor.
Implementation
const KeyboardButtonRequestPoll({this.style, this.quiz, required this.text})
: super._();