LocalParticipantWidget constructor

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

Implementation

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