WebViewContainer constructor

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

Implementation

const WebViewContainer(this.url, this.title, {super.key});