RemoteParticipantWidget constructor

const RemoteParticipantWidget(
  1. RemoteParticipant participant,
  2. ParticipantTrackType type,
  3. bool showStatsLayer,
  4. double borderRadius,
  5. RTCVideoViewObjectFit? fit, {
  6. Key? key,
})

Implementation

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