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.