JoinedParticipantWidget constructor

const JoinedParticipantWidget({
  1. required RtcViewmodel viewModel,
  2. Key? key,
})

Implementation

const JoinedParticipantWidget({required this.viewModel, super.key});