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

SmallExtendedFloatingActionButton

Kotlin
@Composable
fun SmallExtendedFloatingActionButtonTextSample() {
    SmallExtendedFloatingActionButton(onClick = { /* do something */ }) {
        Text(text = "Small Extended FAB")
    }
}