Backpack Android
Toggle table of contents
backpack-compose
Platform filter
backpack-compose
Switch theme
Search in API
Backpack Android
backpack-compose
/
net.skyscanner.backpack.compose.cardbutton
/
BpkShareButton
Bpk
Share
Button
@
Composable
fun
BpkShareButton
(
contentDescription
:
String
,
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
size
:
BpkCardButtonSize
=
BpkCardButtonSize.Default
,
style
:
BpkCardButtonStyle
=
BpkCardButtonStyle.Default
)