DocumentFeatures constructor
const
DocumentFeatures({
- bool openLocalFile = true,
- bool openFromUrl = true,
- bool zoomInOut = true,
- bool search = true,
- bool fileInformation = true,
- bool offlineViewing = true,
- bool darkMode = false,
- bool thumbnails = true,
- bool textSelection = true,
- bool richTextRendering = true,
- bool renderImages = true,
- bool renderTables = true,
- bool renderHyperlinks = true,
- bool cellFormatting = true,
- bool freezePanes = true,
- bool wordWrap = true,
- bool cssSupport = true,
Implementation
const DocumentFeatures({
this.openLocalFile = true,
this.openFromUrl = true,
this.zoomInOut = true,
this.search = true,
this.shareDocument = true,
this.fileInformation = true,
this.offlineViewing = true,
this.darkMode = false,
this.pageNavigation = true,
this.sheetNavigation = true,
this.slideNavigation = true,
this.thumbnails = true,
this.textSelection = true,
this.richTextRendering = true,
this.renderImages = true,
this.renderTables = true,
this.renderHyperlinks = true,
this.cellFormatting = true,
this.freezePanes = true,
this.wordWrap = true,
this.cssSupport = true,
});