TIMUIKitContact constructor
const
TIMUIKitContact({
- Key? key,
- void onTapItem(
- V2TimFriendInfo item
- FriendListLifeCycle? lifeCycle,
- List<
TopListItem> ? topList, - Widget? topListItemBuilder(
- TopListItem item
- Widget emptyBuilder(
- BuildContext context
- bool isShowOnlineStatus = true,
Implementation
const TIMUIKitContact(
{Key? key,
this.onTapItem,
this.lifeCycle,
this.topList,
this.topListItemBuilder,
this.emptyBuilder,
this.isShowOnlineStatus = true})
: super(key: key);