ViewProfileButton
ViewProfileButton is a composable that displays a button to view a user's profile.
Parameters
The user's profile information
Composable modifier
The style to apply to the text
The text to display on the button
The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.
ViewProfileButton is a composable that displays a button to view a user's profile.
Parameters
The user's profile information
Composable modifier
The style to apply to the text
The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.
ViewProfileButton is a composable that displays a button to view a user's profile or it's loading state.
Parameters
The user's profile state
Composable modifier
The style to apply to the text
The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.