Window State
fun WindowState(placement: WindowPlacement = WindowPlacement.Floating, isMinimized: Boolean = false, position: WindowPosition = WindowPosition.PlatformDefault, size: DpSize = DpSize(800.dp, 600.dp)): WindowState(source)
Creates a state object that can be hoisted to control and observe window attributes.