Share Button

@Composable
open fun ShareButton(link: T, snackbarHostState: SnackbarHostState)

Function to share a link outside the application

Parameters

link

: the link to share

snackbarHostState

: the host to launch the snackbar messages


@Composable
open fun ShareButton(link: T, snackbarHostState: SnackbarHostState, tint: Color)

Function to share a link outside the application

Parameters

snackbarHostState

: the host to launch the snackbar messages

link

: the link to share

tint

: the tint for the OptionButton