appearanceMode property
The colour theme for the viewer.
Provides an Android-specific override for the viewer's appearance mode. This field takes precedence over NutrientViewConfiguration.appearanceMode when both are set.
Maps to PdfActivityConfiguration$Builder.themeMode(ThemeMode).
See also:
- AppearanceMode for the list of available themes.
- NutrientViewConfiguration.appearanceMode for the cross-platform equivalent.
Implementation
final AppearanceMode? appearanceMode;