WebPage constructor

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

Implementation

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