defaultParticipantListOthers static method
- required ParticipantListOthersOptions options,
Implementation
static Widget defaultParticipantListOthers(
{required ParticipantListOthersOptions options}) {
return ParticipantListOthers(options: options);
}