AttendeesSheet constructor
const
AttendeesSheet({
- Key? key,
- RxSet<
UserInfo> ? attendeesSet, - RxList<
TUIUserInfo> ? attendeesList, - ScrollController? scrollController,
- int? length,
Implementation
const AttendeesSheet({
super.key,
this.attendeesSet,
this.attendeesList,
this.scrollController,
this.length,
});