stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-ui-compose
/
io.getstream.video.android.compose.ui.components.base
/
GenericContainer
Generic
Container
@
Composable
fun
GenericContainer
(
modifier
:
Modifier
=
Modifier
,
background
:
Color
=
VideoTheme.colors.buttonPrimaryDefault
,
roundness
:
Dp
=
VideoTheme.dimens.roundnessL
,
content
:
@
Composable
BoxScope
.
(
)
->
Unit
)