NutrientViewConfiguration constructor

const NutrientViewConfiguration({
  1. ScrollDirection? scrollDirection,
  2. PageLayoutMode? pageLayoutMode,
  3. PageTransition? pageTransition,
  4. bool? firstPageAlwaysSingle,
  5. UserInterfaceViewMode? userInterfaceViewMode,
  6. ThumbnailBarMode? thumbnailBarMode,
  7. AppearanceMode? appearanceMode,
  8. int? startPage,
  9. bool? enableTextSelection,
  10. bool? enableAnnotationEditing,
  11. bool? enableFormEditing,
  12. bool? disableAutosave,
  13. bool? enableInstantComments,
  14. double? minimumZoomScale,
  15. double? maximumZoomScale,
  16. SignatureSavingStrategy? signatureSavingStrategy,
  17. SignatureCreationConfiguration? signatureCreationConfiguration,
  18. AndroidViewConfiguration? androidConfig,
  19. IOSViewConfiguration? iosConfig,
  20. Object? webConfig,
  21. Map<String, String>? aiAssistantConfiguration,
  22. String? password,
})

Implementation

const NutrientViewConfiguration({
  this.scrollDirection,
  this.pageLayoutMode,
  this.pageTransition,
  this.firstPageAlwaysSingle,
  this.userInterfaceViewMode,
  this.thumbnailBarMode,
  this.appearanceMode,
  this.startPage,
  this.enableTextSelection,
  this.enableAnnotationEditing,
  this.enableFormEditing,
  this.disableAutosave,
  this.enableInstantComments,
  this.minimumZoomScale,
  this.maximumZoomScale,
  this.signatureSavingStrategy,
  this.signatureCreationConfiguration,
  this.androidConfig,
  this.iosConfig,
  this.webConfig,
  this.aiAssistantConfiguration,
  this.password,
});