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.container
/
Banner
Banner
@
Composable
fun
Banner
(
size
:
Int
,
modifier
:
Modifier
=
Modifier
,
initIndex
:
Int
=
0
,
interval
:
Long
=
0
,
indicatorSize
:
Dp
=
Theme.size.box2
,
content
:
@
Composable
(
Int
)
->
Unit
)