LocalParticipantWidget constructor
const
LocalParticipantWidget(
- LocalParticipant participant,
- ParticipantTrackType type,
- bool showStatsLayer,
- bool isSpeaker, {
- Key? key,
Implementation
const LocalParticipantWidget(
this.participant,
this.type,
this.showStatsLayer,
this.isSpeaker, {
super.key,
});