SelectionToolbar
fun SelectionToolbar(modifier: Modifier = Modifier, title: @Composable (selected: Int, total: Int) -> String = { selected, total -> "$selected/$total" }, colors: TopAppBarColors = SelectionToolbarDefaults.colorsBackground())