ParticipantOverlayWidget constructor
- Participant participant, {
- Key? key,
- bool? muted = false,
- bool hovered = false,
- bool preferBackdrop = true,
Implementation
const ParticipantOverlayWidget(
this.participant, {
super.key,
this.muted = false,
this.hovered = false,
this.preferBackdrop = true,
});