RemoteParticipantWidget constructor
const
RemoteParticipantWidget(
- RemoteParticipant participant,
- ParticipantTrackType type,
- bool showStatsLayer,
- bool isSpeaker, {
- Key? key,
Implementation
const RemoteParticipantWidget(
this.participant,
this.type,
this.showStatsLayer,
this.isSpeaker, {
super.key,
});