WebPage constructor

WebPage(
  1. String title, {
  2. TypePage typePage = TypePage.SCROLLVIEW,
})

Implementation

WebPage(this.title, {this.typePage = TypePage.SCROLLVIEW}) : super();