Expand Team Members

@Composable
fun ExpandTeamMembers(viewModel: EquinoxViewModel, show: MutableState<Boolean>, teams: List<Team>)

Function to create a ModalBottomSheet to display the teams where an item is shared

Parameters

viewModel

: the view model used to in the screen where this function has been invoked

show

: whether show the ModalBottomSheet

teams

: the teams list