KeyboardButtonSimpleWebView constructor

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

Keyboard Button Simple Web View constructor.

Implementation

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