Compose Unstyled 2.0 is out! Check the official announcement blog ->
Interface

CustomStyle

A base type for custom styles including Style itself.

Source set: Common
@ExperimentalFoundationStyleApi
fun interface CustomStyle<ScopeT : CustomStyleScope>

A base type for custom styles including Style itself. CustomStyle can be used to restrict extension functions to a specific style as well as restrict the properties that are available to a custom style.

Functions

applyStyle

fun ScopeT.applyStyle()

Last updated: