RemoteParticipantWidget constructor
const
RemoteParticipantWidget(
- RemoteParticipant participant,
- ParticipantTrackType type,
- bool showStatsLayer,
- double borderRadius,
- RTCVideoViewObjectFit? fit, {
- Key? key,
Implementation
const RemoteParticipantWidget(
this.participant,
this.type,
this.showStatsLayer,
this.borderRadius,
this.fit, {
super.key,
});