Team Logo

fun TeamLogo(modifier: Modifier = Modifier, size: Dp = 40.dp, onClick: () -> Unit? = null, team: Team)

Custom AsyncImage used to display the logo of a Team

Parameters

modifier

The modifier to apply to the component

size

The size of the profile pic

onClick

The action to execute when the component has been clicked

team

The team to display its logo


fun TeamLogo(modifier: Modifier = Modifier, size: Dp = 40.dp, onClick: () -> Unit? = null, teamLogo: String?)

Custom AsyncImage used to display the logo of a Team

Parameters

modifier

The modifier to apply to the component

size

The size of the profile pic

onClick

The action to execute when the component has been clicked

teamLogo

The team logo to display