TextViewerPage constructor

const TextViewerPage({
  1. Key? key,
  2. required TextViewer textViewer,
  3. bool showSearchAppBar = false,
  4. Widget? leading,
})

Implementation

const TextViewerPage({
  Key? key,
  required this.textViewer,
  this.showSearchAppBar = false,
  this.leading,
}) : super(key: key);