Add Teams Button

@Composable
open fun AddTeamsButton(viewModel: LinksCollectionViewModelHelper, show: MutableState<Boolean>, teams: List<Team>, collection: LinksCollection, tint: Color)

Function to share the collection with teams

Parameters

viewModel

: the view model used to execute this operation

show

: whether show the EquinoxAlertDialog where is possible chose the teams

teams

: the list of team identifiers where share the collection

collection

: the collection to share

tint

: the tint for the OptionButton