Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class SelectionDataItems<ID : Comparable<ID>>(val totalItemCount: MutableIntState, val selectedIds: MutableState<List<ID>>, val isActive: MutableState<Boolean>, var menuProvider: @Composable (data: SelectionDataItems<ID>) -> Unit) : SelectionData<ID, SelectionDataItems<ID>>