RemoteParticipantWidget constructor

const RemoteParticipantWidget(
  1. RemoteParticipant participant,
  2. ParticipantTrackType type,
  3. bool showStatsLayer, {
  4. Key? key,
})

Implementation

const RemoteParticipantWidget(
  this.participant,
  this.type,
  this.showStatsLayer, {
  super.key,
});