WebPageBase constructor

WebPageBase(
  1. WebPageBaseController webPageBaseController, {
  2. Key? key,
  3. String? title,
})

'Nothing' is displayed if a Webpage controller is not provided.

Implementation

WebPageBase(this.webPageBaseController, {Key? key, String? title})
    : super(webPageBaseController, key: key, title: title);