KydTheme

object KydTheme : ThemeBuilder

Designed to be combined with the default Tantalum theme.

Adds additional rules for simple styles, such as .tabHeading, .detailsForms etc.

Properties

Link copied to clipboard
var theme: Theme
Link copied to clipboard
val themeProperty: ThemeProperty

Functions

Link copied to clipboard
open override fun buildTheme(): Theme
Link copied to clipboard
infix fun combineWith(other: ThemeBuilder): ObservableTheme
Link copied to clipboard
fun dependsOn(vararg properties: ObservableValue<*>)