Interface

CommonStyleScope

A CommonStyleScope is the scope used by a CommonStyle.

Source set: Common
public interface CommonStyleScope :
    CustomStyleScope,
    AnimateStyleScope,
    StyleStateScope,
    NestedStyleProviderStyleScope,
    NestedStyleConsumerStyleScope

A CommonStyleScope is the scope used by a CommonStyle. It provides the common implementation that all styles scopes share. Is created by a StyleResolver when resolving styles and is used to collect the properties set by a style.

Content updated: