NestedStyleConsumerStyleScope

Known direct subclasses
CommonStyleScope

A CommonStyleScope is the scope used by a CommonStyle.


A scope that allows applying a style defined in a parent style.

Summary

Public functions

Unit

Applies a style with the given key defined in a parent style.

Cmn

Public functions

applyNestedStyle

fun applyNestedStyle(key: NestedStyleKey): Unit

Applies a style with the given key defined in a parent style. If no style is provided by the parent for the given key, calling this is equivalent to an empty style.

Parameters
key: NestedStyleKey

the key used to look up the style to apply