ChatroomParticipantsListView constructor
const
ChatroomParticipantsListView({})
Implementation
const ChatroomParticipantsListView({
required this.services,
required this.roomId,
required this.ownerId,
this.itemBuilder,
this.onError,
super.key,
});