combineWith

infix fun combineWith(other: Theme): Theme

Combines two Themes. Note, it is often preferable to use ThemeProperty.combineWith, rather than using this method directly.