Source set: Common
public 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
Source set: Common
public fun ScopeT.applyStyle()