colorUseTheme

open override fun colorUseTheme(colorUseTheme: String): AmbientLight

This property defines whether the color uses colorTheme from the style or not. By default it will use color defined by the root theme in the style.

Parameters

colorUseTheme

as String


open override fun colorUseTheme(colorUseTheme: Expression): AmbientLight

This property defines whether the color uses colorTheme from the style or not. By default it will use color defined by the root theme in the style.

Parameters

colorUseTheme

value of colorUseTheme as Expression


This property defines whether the color uses colorTheme from the style or not. By default it will use color defined by the root theme in the style.