Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.floating
/
Flyout
Flyout
@
Composable
fun
Flyout
(
visible
:
Boolean
,
onClickOutside
:
(
)
->
Unit
,
position
:
FlyoutPosition
=
FlyoutPosition.Top
,
focusable
:
Boolean
=
true
,
clip
:
Boolean
=
false
,
space
:
Dp
=
Theme.padding.v
,
flyout
:
@
Composable
(
)
->
Unit
,
content
:
@
Composable
(
)
->
Unit
)