theme property
The theme of the web widget.
Optional. Possible string values are:
- "THEME_UNSPECIFIED" : Unknown theme.
- "LIGHT" : Light theme.
- "DARK" : Dark theme.
Implementation
core.String? theme;
The theme of the web widget.
Optional. Possible string values are:
core.String? theme;