GroupProfileBuilder
Introduction
The builder for the whole group profile page, you can use this to customize all the element here.
If you use this builder, GroupProfileWidgetBuilder and profileWidgetsOrder will no longer works.
Parameter details
Parameter name | Parameter type | Required | Platform | Description |
---|---|---|---|---|
context | BuildContext | yes | All | The BuildContext. |
groupInfo | V2TimGroupInfo | yes | All | The group profile. |
groupMemberList | List< V2TimGroupMemberFullInfo? > | yes | All | The list of members in this group. |
Returned template
Widget
Return value details
name | type | description |
---|---|---|
Widget | Widget | Please returns a Widget here. |