ParticipantView constructor
- Key? key,
- required Rx<
OngoingCall> call, - required Rx<
Duration> duration, - ParticipantsFlowStage initial = ParticipantsFlowStage.participants,
Implementation
const ParticipantView({
super.key,
required this.call,
required this.duration,
this.initial = ParticipantsFlowStage.participants,
});