App Profile Row
A profile row component that displays user information with an image and an edit button. 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 row.
The source of the profile image (URL or Resource).
Callback when the edit icon is clicked.
A profile row component that displays user information with an image and an edit button. 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 row.
The source of the profile image (URL or Resource).
Callback when the edit icon is clicked.
A generic profile row component that displays user information with slots for image and action.
Parameters
The title text.
The description text.
The Modifier to be applied to the row.
Optional slot for the image.
Optional slot for the action.
Optional background color.
Optional content color.