WindowState

@RememberInComposition
constructor(position: WindowPosition = WindowPosition.PlatformDefault, size: Dimension? = null, extendedState: Int = Frame.NORMAL)

Parameters

position

the initial value for position

size

the initial value for size; a null size sizes the window to its content, while a non-null size is applied verbatim

extendedState

the initial value for extendedState