KeyboardButtonUrl constructor

const KeyboardButtonUrl({
  1. KeyboardButtonStyleBase? style,
  2. required String text,
  3. required String url,
})

Keyboard Button Url constructor.

Implementation

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