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
pic Size
: the size of the picture
add Shadow
: whether add the shadow effect to the logo
on Click
: if set, the action to execute when the logo is clicked
shape
: the shape of the logo
pic Url
: the profile pic url