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