SelectionToolbar
fun SelectionToolbar(selection: SelectionState<*>, modifier: Modifier = Modifier, title: @Composable (selected: Int, total: Int) -> String = { selected, total -> "$selected/$total" }, colors: TopAppBarColors = SelectionToolbarDefaults.colorsBackground(), style: SelectionToolbar.Style = SelectionToolbarDefaults.DefaultStyle, actions: @Composable RowScope.() -> Unit)