MenuFAB

fun MenuFAB(expanded: Boolean, onExpandedChange: (Boolean) -> Unit, items: List<MenuFABItem>, modifier: Modifier = Modifier, contentDescription: String? = null, testTag: String? = null)(source)