SelectionDataItems

constructor(totalItemCount: MutableIntState, selectedIds: MutableState<List<ID>>, isActive: MutableState<Boolean>, menuProvider: @Composable (data: SelectionDataItems<ID>) -> Unit)