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()