ThemeTransformer

fun interface ThemeTransformer

A functional interface that defines a theme transformer for an application.

Functions

Link copied to clipboard
abstract fun transform(uiMode: UiMode): ThemeId

Transforms the current UI mode into a corresponding theme id.