🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

CustomStyleScope

An interface that is the base interface for all styles scopes.

Source set: Common
public interface CustomStyleScope : Density, CompositionLocalAccessorScope

An interface that is the base interface for all styles scopes.

CustomStyleScope is a constraint on the CustomStyle's ScopeT parameter which is the receiver scope of the style. At minimum all style scopes used as ScopeT must implement CustomStyleScope typically by delegation to a StyleScope received in a Style lambda.

Content updated: