components/participants_components/participant_list_others library
Classes
- ParticipantListOthers
-
ParticipantListOthers
renders a scrollable list of participants not including the current user. Each participant is represented usingParticipantListOthersItem
. - ParticipantListOthersOptions
-
ParticipantListOthersOptions
defines the configuration options for theParticipantListOthers
widget, including a list of participants, co-host, and member identifiers.
Typedefs
- ParticipantListOthersType = Widget Function({required ParticipantListOthersOptions options})