App Profile Header
A profile header component that displays a large circular image with an edit button, followed by the user's name and email centered. This version accepts StringResource for name and email.
Parameters
The user's name.
The user's email or identifier.
The Modifier to be applied to the header.
The source of the profile image (URL or Resource).
Callback invoked when the edit button is clicked.
Callback invoked when a new image is selected (camera or gallery).
A profile header component that displays a large circular image with an edit button, followed by the user's name and email centered. This version accepts raw String for name and email.
Parameters
The user's name.
The user's email or identifier.
The Modifier to be applied to the header.
The source of the profile image (URL or Resource).
Callback invoked when the edit button is clicked.
Callback invoked when a new image is selected (camera or gallery).