FileWebViewPage constructor

FileWebViewPage(
  1. String fileUrl, {
  2. Key? key,
  3. String? title,
})

Implementation

FileWebViewPage(this.fileUrl, {super.key, this.title});