🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalWindowInfo

The CompositionLocal that provides information about the window that hosts the current Owner.

Source set: Common
public val LocalWindowInfo: ProvidableCompositionLocal<WindowInfo> =
    computedDefaultOf("LocalWindowInfo") { LocalOwner.currentValue.windowInfo }

The CompositionLocal that provides information about the window that hosts the current Owner.