Package-level declarations
Types
Link copied to clipboard
object SelectionToolbarDefaults
Link copied to clipboard
class SelectionToolbarState
Functions
Link copied to clipboard
fun AnimatedSelectionToolbarWrapper(modifier: Modifier = Modifier, toolbar: @Composable () -> Unit = {}, selectionToolbar: @Composable () -> Unit)
Link copied to clipboard
fun <ID : Comparable<ID>> rememberSelectionDataItems(totalItemCount: Int, selectedIds: List<ID> = emptyList(), isActive: Boolean = false, menuProvider: @Composable (data: SelectionDataItems<ID>) -> Unit): SelectionDataItems<ID>
Link copied to clipboard
Link copied to clipboard
fun SelectionToolbar(modifier: Modifier = Modifier, title: @Composable (selected: Int, total: Int) -> String = { selected, total -> "$selected/$total" }, colors: TopAppBarColors = SelectionToolbarDefaults.colorsBackground())