Axer
Toggle table of contents
1.2.12
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Axer
Axer
/
io.github.orioneee
/
AxerWindows
Axer
Windows
jvm
@
Composable
fun
AxerWindows
(
state
:
WindowState
=
rememberWindowState(width = 800.dp, height = 600.dp)
,
onCloseWindow
:
(
)
->
Unit
=
{}
)