🌈 Create new beautiful Compose Gradients with our new wesite ->

ExtendedFloatingActionButton

Kotlin
@Composable
fun ExtendedFloatingActionButtonTextSample() {
    ExtendedFloatingActionButton(onClick = { /* do something */ }) { Text(text = "Extended FAB") }
}