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