KeyboardButtonUrl constructor
const
KeyboardButtonUrl({
- KeyboardButtonStyleBase? style,
- required String text,
- required String url,
Keyboard Button Url constructor.
Implementation
const KeyboardButtonUrl({this.style, required this.text, required this.url})
: super._();