toggle menu
backpack-android
androidJvm
switch theme
search in API
backpack-compose
/
net.skyscanner.backpack.compose.fieldset
/
BpkFieldSet
Bpk
Field
Set
@
Composable
fun
BpkFieldSet
(
modifier
:
Modifier
=
Modifier
,
label
:
String
?
=
null
,
description
:
String
?
=
null
,
status
:
BpkFieldStatus
=
BpkFieldStatus.Default
,
content
:
@
Composable
ColumnScope
.
(
BpkFieldStatus
)
->
Unit
)