Logo

fun Logo(    modifier: Modifier = Modifier,     picSize: Dp = 50.dp,     addShadow: Boolean = false,     onClick: () -> Unit? = null,     shape: Shape = CircleShape,     picUrl: String)

Function to create and display a logo

Parameters

modifier

: the modifier to apply to the AsyncImage component

picSize

: the size of the picture

addShadow

: whether add the shadow effect to the logo

onClick

: if set, the action to execute when the logo is clicked

shape

: the shape of the logo

picUrl

: the profile pic url