Groups Project Candidate
fun GroupsProjectCandidate(state: SheetState, scope: CoroutineScope, groups: List<Group>, trailingContent: @Composable (Group) -> Unit)
Candidates groups where a project can be shared
Parameters
state
The state useful to manage the visibility of the ModalBottomSheet
scope
The coroutine useful to manage the visibility of the ModalBottomSheet
groups
The list of the candidates groups
trailing Content
The trailing content