setTheme

fun setTheme(theme: Theme? = definedExternally): Promise<Void>(source)

Set window theme, pass in null or undefined to follow system theme

Platform-specific

  • Linux / macOS: Theme is app-wide and not specific to this window.

  • iOS / Android: Unsupported.

Since

2.0.0