DocumentFeatures constructor

const DocumentFeatures({
  1. bool openLocalFile = true,
  2. bool openFromUrl = true,
  3. bool zoomInOut = true,
  4. bool search = true,
  5. bool shareDocument = true,
  6. bool fileInformation = true,
  7. bool offlineViewing = true,
  8. bool darkMode = false,
  9. bool pageNavigation = true,
  10. bool sheetNavigation = true,
  11. bool slideNavigation = true,
  12. bool thumbnails = true,
  13. bool textSelection = true,
  14. bool richTextRendering = true,
  15. bool renderImages = true,
  16. bool renderTables = true,
  17. bool renderHyperlinks = true,
  18. bool cellFormatting = true,
  19. bool freezePanes = true,
  20. bool wordWrap = true,
  21. 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,
});