theme property

String? theme
getter/setter pair

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;