WebViewPage constructor

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

Implementation

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