DocViewerView constructor
const
DocViewerView({
- Key? key,
- required String filePath,
- DocType? docType,
- bool? darkMode,
- WidgetBuilder? unsupportedBuilder,
- WidgetBuilder? missingFileBuilder,
Implementation
const DocViewerView({
super.key,
required this.filePath,
this.docType,
this.darkMode,
this.unsupportedBuilder,
this.missingFileBuilder,
});