KeyboardButtonRequestPhone constructor

const KeyboardButtonRequestPhone({
  1. required String text,
})

Keyboard Button Request Phone constructor.

Implementation

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