Function

apply

Apply style to the current StyleScope.

apply

Source set: Common
@ExperimentalFoundationStyleApi
fun StyleScope.apply(style: Style)

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.

Last updated: