TIMUIKitContact constructor

const TIMUIKitContact({
  1. Key? key,
  2. void onTapItem(
    1. V2TimFriendInfo item
    )?,
  3. FriendListLifeCycle? lifeCycle,
  4. List<TopListItem>? topList,
  5. Widget? topListItemBuilder(
    1. TopListItem item
    )?,
  6. Widget emptyBuilder(
    1. BuildContext context
    )?,
  7. bool isShowOnlineStatus = true,
})

Implementation

const TIMUIKitContact(
    {Key? key,
    this.onTapItem,
    this.lifeCycle,
    this.topList,
    this.topListItemBuilder,
    this.emptyBuilder,
    this.isShowOnlineStatus = true})
    : super(key: key);