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