AndroidViewConfiguration constructor
const
AndroidViewConfiguration({
- bool? grayScale,
- AppearanceMode? appearanceMode,
- ThumbnailBarMode? thumbnailBarMode,
- bool? showPageLabels,
- bool? documentLabelEnabled,
- bool? inlineSearch,
- bool? showSearchAction,
- bool? showOutlineAction,
- bool? showBookmarksAction,
- bool? showAnnotationListAction,
- bool? showThumbnailGridAction,
- bool? showPrintAction,
- bool? enableDocumentEditor,
- bool? contentEditorEnabled,
- String? darkThemeResource,
- String? defaultThemeResource,
Creates an AndroidViewConfiguration.
All parameters are optional. Omit any parameter to use the Nutrient Android SDK's built-in default for that option.
Implementation
const AndroidViewConfiguration({
this.grayScale,
this.appearanceMode,
this.thumbnailBarMode,
this.showPageLabels,
this.documentLabelEnabled,
this.inlineSearch,
this.showActionNavigationButtons,
this.showSearchAction,
this.showOutlineAction,
this.showBookmarksAction,
this.showAnnotationListAction,
this.showThumbnailGridAction,
this.showPrintAction,
this.enableDocumentEditor,
this.contentEditorEnabled,
this.darkThemeResource,
this.defaultThemeResource,
});