Package-level declarations

Functions

Link copied to clipboard
fun FloatingActionButton(icon: Painter, onClick: () -> Unit, modifier: Modifier = Modifier, text: String = "", contentDescription: String? = null, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() })

A sticky button that floats over the content of the page. It always has the highest level of emphasis on the screen.