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