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.fab
Package-level
declarations
Functions
Functions
Bpk
Fab
Link copied to clipboard
@
Composable
fun
BpkFab
(
onClick
:
(
)
->
Unit
,
icon
:
BpkIcon
,
contentDescription
:
String
,
modifier
:
Modifier
=
Modifier
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
)