MdBrandedFab

@Composable
fun MdBrandedFab(variant: String? = null, size: String? = null, label: String? = null, lowered: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdFabScope.() -> Unit?)(source)