Group Projects Candidate
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
extra On Dismiss Action
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
trailing Content
The content at the end of the layout