apply
Source set: Common
@ExperimentalFoundationStyleApi
fun <ScopeT : CustomStyleScope, StyleT : CustomStyle<ScopeT>> ScopeT.apply(style: StyleT)
Apply style to the current StyleScope. Applying the scope calls the scope applies any properties set in the scope directly.
Parameters
| style | the style to apply. |