• Set the theme to use for all subsequent calls to the color getter. To change themes on the fly you must have your style declarations retrieved on loads. So you can destroy the view and reload after changing theme.

    To lock a theme (no auto themes) call this in your entry point (index or App [before any components])

    Parameters

    • theme: null | ThemeChoices

      the theme to force to. Use null to use system

    Returns void

Generated using TypeDoc