Add Collections Button

@Composable
open fun AddCollectionsButton(viewModel: TeamViewModelHelper, show: MutableState<Boolean>, collections: List<LinksCollection>, team: Team, tint: Color)

Function to share the collections with a team

Parameters

viewModel

: the view model used to execute this operation

show

: whether show the EquinoxAlertDialog where is possible chose the teams

collections

: the list of collections identifiers to share in the team

team

: the team where share that collections

tint

: the tint for the OptionButton