Package-level declarations
Types
Constants used for test tags in AppProfileHeader.
Constants used for test tags in AppProfileRow.
Functions
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.
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.
A profile row component that displays user information with an image and an edit button. This version accepts raw String for name and email.
A profile row component that displays user information with an image and an edit button. This version accepts StringResource for name and email.
A generic profile row component that displays user information with slots for image and action.
A user row component typically used in lists or carousels to display name and role/description. This version accepts raw String for name and role.
A user row component typically used in lists or carousels to display name and role/description. This version accepts StringResource for name and role.