GroupExpandedList

fun GroupExpandedList(state: SheetState, scope: CoroutineScope, project: Project? = null, groups: List<Group>)

Allow to display a groups list

Parameters

state

The state useful to manage the visibility of the ModalBottomSheet

scope

The coroutine useful to manage the visibility of the ModalBottomSheet

project

The project to display its title

groups

The list of the groups to display