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

MediumExtendedFloatingActionButton

Kotlin
@Composable
fun MediumExtendedFloatingActionButtonTextSample() {
    MediumExtendedFloatingActionButton(onClick = { /* do something */ }) {
        Text(text = "Medium Extended FAB")
    }
}