Compose 4 GTK
Toggle table of contents
main-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
Compose 4 GTK
Compose 4 GTK
/
io.github.compose4gtk.gtk.components
/
Popover
Popover
@
Composable
fun
Popover
(
trigger
:
@
Composable
PopoverScope
.
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
arrow
:
Boolean
=
true
,
content
:
@
Composable
(
)
->
Unit
)