WebviewScreen constructor

WebviewScreen({
  1. String? url,
  2. String? title,
  3. bool? isCheckList,
  4. bool? isNotReport,
  5. bool? isWallet,
  6. bool? isActivity,
  7. dynamic onChange(
    1. UrlChange
    )?,
  8. dynamic onPageFinish(
    1. String
    )?,
  9. Widget? leading,
  10. Widget? titlewidget,
})

Implementation

WebviewScreen({
  this.url,
  this.title,
  this.isCheckList,
  this.isNotReport,
  this.isWallet,
  this.isActivity,
  this.onChange,
  this.onPageFinish,
  this.leading,
  this.titlewidget,
});