LocalParticipantWidget constructor

const LocalParticipantWidget(
  1. LocalParticipant participant,
  2. ParticipantTrackType type,
  3. bool showStatsLayer,
  4. bool isSpeaker, {
  5. Key? key,
})

Implementation

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