TextViewerPage constructor
const
TextViewerPage({
- Key? key,
- required TextViewer textViewer,
- bool showSearchAppBar = false,
- Widget? leading,
Implementation
const TextViewerPage({
Key? key,
required this.textViewer,
this.showSearchAppBar = false,
this.leading,
}) : super(key: key);