ModifierLocalReadScope

Known direct subclasses
ModifierLocalModifierNode

A androidx.compose.ui.Modifier.Node that is capable of consuming and providing ModifierLocal values.


This scope gives us access to modifier locals that are provided by other modifiers to the left of this modifier, or above this modifier in the layout tree.

See also
modifierLocalOf

Summary

Public properties

T

Read a ModifierLocal that was provided by other modifiers to the left of this modifier, or above this modifier in the layout tree.

Cmn

Public properties

current

val ModifierLocal<T>.current: T

Read a ModifierLocal that was provided by other modifiers to the left of this modifier, or above this modifier in the layout tree.