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

LargeExtendedFloatingActionButton

Kotlin
@Composable
fun LargeExtendedFloatingActionButtonTextSample() {
    LargeExtendedFloatingActionButton(onClick = { /* do something */ }) {
        Text(text = "Large Extended FAB")
    }
}