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