commonMain.com.vanniktech.ui.theming.night.NightModeProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-jvm Show documentation
Show all versions of ui-jvm Show documentation
Kotlin Multiplatform UI goodies
package com.vanniktech.ui.theming.night
interface NightModeProvider {
/** Returns true if we are this current moment using the night mode. */
fun isNightMode(): Boolean
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy