Profile Pic

fun ProfilePic(profilePic: String?, size: Dp, onClick: () -> Unit)

Component used to display the profile picture of the com.tecknobit.neutron.localUser

Parameters

profilePic

The picture to display

size

The size to apply to the component

onClick

The action to execute when the user clicked the component