defaultParticipantListOthers static method

Widget defaultParticipantListOthers(
  1. {required ParticipantListOthersOptions options}
)

Implementation

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