KeyboardButtonRequestPhone constructor

const KeyboardButtonRequestPhone({
  1. KeyboardButtonStyleBase? style,
  2. required String text,
})

Keyboard Button Request Phone constructor.

Implementation

const KeyboardButtonRequestPhone({this.style, required this.text})
    : super._();