JetpackExtendedFab

fun JetpackExtendedFab(icon: ImageVector, @StringRes text: Int, onClick: () -> Unit, modifier: Modifier = Modifier)

Composable function that represents the floating action button in the Jetpack application.

Parameters

icon

The icon to be displayed on the floating action button.

text

The text to be displayed on the floating action button.

onClick

Callback when the floating action button is clicked.

modifier

Modifier to be applied to the floating action button.