KeyboardButtonWebView constructor

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

Keyboard Button Web View constructor.

Implementation

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