ModifierLocalReadScope
Interface
Common
interface ModifierLocalReadScope
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.
Properties
Common
val <T> 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.