WebViewPage constructor

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

Implementation

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