AttendeesSheet constructor

const AttendeesSheet({
  1. Key? key,
  2. RxSet<UserInfo>? attendeesSet,
  3. RxList<TUIUserInfo>? attendeesList,
  4. ScrollController? scrollController,
  5. int? length,
})

Implementation

const AttendeesSheet({
  super.key,
  this.attendeesSet,
  this.attendeesList,
  this.scrollController,
  this.length,
});