commonMain.io.nacular.doodle.user.UserPreferences.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-jvm Show documentation
Show all versions of core-jvm Show documentation
A pure Kotlin, UI framework for the Web and Desktop
package io.nacular.doodle.user
import io.nacular.doodle.utils.PropertyObservers
/**
* Created by Nicholas Eddy on 9/22/19.
*/
public interface UserPreferences {
public enum class ColorScheme { Light, Dark }
public val colorScheme : ColorScheme
public val colorSchemeChanged: PropertyObservers
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy