ParticipantWidget constructor
- Participant participant, {
- Key? key,
- BoxFit? fit,
- Color? outline,
- bool respectAspectRatio = false,
- bool offstageUntilDetermined = false,
- void onHovered()?,
- bool animate = true,
- BorderRadius? borderRadius = BorderRadius.zero,
Implementation
const ParticipantWidget(
this.participant, {
super.key,
this.fit,
this.outline,
this.respectAspectRatio = false,
this.offstageUntilDetermined = false,
this.onHovered,
this.animate = true,
this.borderRadius = BorderRadius.zero,
});