Profile Pic

fun ProfilePic(modifier: Modifier = Modifier, profilePic: String = localUser.profilePic, size: Dp, borderWidth: Dp = 1.dp, onClick: () -> Unit)

Custom AsyncImage used to display the profile pic of the com.tecknobit.gluky.localUser or the member of a team

Parameters

modifier

The modifier to apply to the component

profilePic

The profile pic data

size

The size of the profile pic

borderWidth

The size of the border to apply

onClick

The action to execute when the component has been clicked