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

commonMain.io.nacular.doodle.user.UserPreferences.kt Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy