Static properties and methods related to the theme.

Constructors

Methods

Constructors

Methods

  • Get the current theme object of the app.

    Returns { isModernTheme: boolean; theme: string; themeType: "light" | "dark" }

  • Set the theme of the app.

    Parameters

    • theme: string

      The theme to set.

    Returns void