GroupProjectsCandidate

fun GroupProjectsCandidate(extraOnDismissAction: () -> Unit? = null, state: SheetState, scope: CoroutineScope, projects: List<Project>, trailingContent: @Composable (Project) -> Unit)

List of the candidate projects to share with the group

Parameters

extraOnDismissAction

The action to execute when ModalBottomSheet dismissed

state

The state useful to manage the visibility of the ModalBottomSheet

scope

The coroutine useful to manage the visibility of the ModalBottomSheet

projects

The list of the projects

trailingContent

The content at the end of the layout