DefaultColorThemeOverride

class DefaultColorThemeOverride(initialTheme: ColorTheme) : ColorThemeOverride

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

theme
Link copied to clipboard
common
open override var theme: ColorTheme
The (mutable) ColorTheme.
themeProperty
Link copied to clipboard
common
open override val themeProperty: Property<ColorTheme>
A Property that wraps the theme and offers data binding and observability features.

Sources

(source)
Link copied to clipboard