theme property

String? theme
final

The viewer colour theme. Prefer NutrientViewConfiguration.appearanceMode for cross-platform theming; this field lets you pass a raw Web SDK theme string ('DARK', 'LIGHT', 'AUTO') when needed.

Implementation

final String? theme;