IOSViewConfiguration constructor
const
IOSViewConfiguration({
- SpreadFitting? spreadFitting,
- ThumbnailBarMode? thumbnailBarMode,
- bool? showPageLabels,
- bool? documentLabelEnabled,
- bool? inlineSearch,
- bool? allowToolbarTitleChange,
- IOSBookmarkIndicatorMode? bookmarkIndicatorMode,
- bool? bookmarkIndicatorInteractionEnabled,
- List<
String> ? leftBarButtonItems, - List<
String> ? rightBarButtonItems, - IOSFileConflictResolution? fileConflictResolution,
Creates an IOSViewConfiguration.
All parameters are optional. Omit any parameter to use the Nutrient iOS SDK's built-in default for that option.
Implementation
const IOSViewConfiguration({
this.spreadFitting,
this.thumbnailBarMode,
this.showPageLabels,
this.documentLabelEnabled,
this.inlineSearch,
this.showActionNavigationButtons,
this.allowToolbarTitleChange,
this.bookmarkIndicatorMode,
this.bookmarkIndicatorInteractionEnabled,
this.leftBarButtonItems,
this.rightBarButtonItems,
this.fileConflictResolution,
});