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