ProfileBuilder
Introduction
The builder for the whole profile page, you can use this to customize all the element here.
If you use this builder, ProfileWidgetBuilder and profileWidgetsOrder will no longer works.
Parameter details
Parameter name | Parameter type | Required | Platform | Description |
---|---|---|---|---|
context | BuildContext | yes | All | THe BuildContext. |
friendInfo | V2TimFriendInfo | yes | All | The user profile. |
conversation | V2TimConversation | yes | All | The conversation instance. |
friendType | int | yes | All | The friend type. |
isMute | bool | yes | All | Is mute. |
Returned template
Widget
Return value details
name | type | description |
---|---|---|
Widget | Widget | Please provide a Widget here directly. |