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

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

There is a newer version: 0.10.0
Show newest version
package com.vanniktech.ui.theming.night

class HardcodedNightModeProvider(
  private var isNightMode: Boolean,
) : NightModeProvider {
  override fun isNightMode() = isNightMode
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy