ThemeFactory

fun interface ThemeFactory

Factory for creating day and night themes

Functions

Link copied to clipboard
abstract fun createTheme(context: Context, isNightTheme: Boolean): Theme

Creates a theme for the given UI mode