WebViewScreen constructor

const WebViewScreen({
  1. Key? key,
  2. String? url,
  3. String? title,
})

Implementation

const WebViewScreen({Key? key, this.url, this.title}) : super(key: key);