Team Members

fun TeamMembers(viewModel: TeamScreenViewModel, state: SheetState, scope: CoroutineScope, team: Team)

Custom component used to display the members joined in the team

Parameters

viewModel

The support viewmodel for the screen

state

The state useful to manage the visibility of the ModalBottomSheet

scope

The coroutine useful to manage the visibility of the ModalBottomSheet

team

The team to display