WebViewScreen constructor

WebViewScreen({
  1. String? url,
  2. String? title,
})

Implementation

WebViewScreen({this.url, this.title});