All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.vanniktech.ui.theming.night.NightModeProvider.kt Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
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