ParticipantOverlayWidget constructor

const ParticipantOverlayWidget(
  1. Participant participant, {
  2. Key? key,
  3. bool? muted = false,
  4. bool hovered = false,
  5. bool preferBackdrop = true,
})

Implementation

const ParticipantOverlayWidget(
  this.participant, {
  super.key,
  this.muted = false,
  this.hovered = false,
  this.preferBackdrop = true,
});