NutrientViewConfiguration constructor
const
NutrientViewConfiguration({
- ScrollDirection? scrollDirection,
- PageLayoutMode? pageLayoutMode,
- PageTransition? pageTransition,
- bool? firstPageAlwaysSingle,
- UserInterfaceViewMode? userInterfaceViewMode,
- ThumbnailBarMode? thumbnailBarMode,
- AppearanceMode? appearanceMode,
- int? startPage,
- bool? enableTextSelection,
- bool? enableAnnotationEditing,
- bool? enableFormEditing,
- bool? disableAutosave,
- bool? enableInstantComments,
- double? minimumZoomScale,
- double? maximumZoomScale,
- SignatureSavingStrategy? signatureSavingStrategy,
- SignatureCreationConfiguration? signatureCreationConfiguration,
- AndroidViewConfiguration? androidConfig,
- IOSViewConfiguration? iosConfig,
- Object? webConfig,
- Map<
String, String> ? aiAssistantConfiguration, - 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,
});