ModifierLocalReadScope
-
Cmn
interface ModifierLocalReadScope
ModifierLocalModifierNode |
A |
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 |
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.