IMContactsPage constructor

const IMContactsPage({
  1. Key? key,
  2. Widget? header,
  3. String? order,
  4. double? widthInPad,
  5. Callback<IMUser>? onMeAvatarTap,
  6. Callback<IMUser>? onOtherAvatarTap,
})

Implementation

const IMContactsPage({
  Key? key,
  this.header,
  this.order,
  this.widthInPad,
  this.onMeAvatarTap,
  this.onOtherAvatarTap,
}) : super(key: key);