ContactListView constructor
const
ContactListView({
- Key? key,
- required List<
ContactInfo> contactList, - ContactUIConfig? config,
- bool isCanSelectMemberItem = false,
- ContactItemSelect? onSelectedMemberItemChange,
- List<
TopListItem> ? topList, - TopListItemBuilder? topListItemBuilder,
- List<
ContactInfo> ? selectedUser, - int? maxSelectNum,
Implementation
const ContactListView(
{Key? key,
required this.contactList,
this.config,
this.isCanSelectMemberItem = false,
this.onSelectedMemberItemChange,
this.topList,
this.topListItemBuilder,
this.selectedUser,
this.maxSelectNum})
: super(key: key);