ParticipantWidget constructor
const
ParticipantWidget( - Participant participant, {
- Key? key,
- BoxFit? fit,
- Color? outline,
- bool respectAspectRatio = false,
- bool offstageUntilDetermined = false,
- void onSizeDetermined()?,
- void onHovered(
- bool
)?,
- 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.onSizeDetermined,
this.onHovered,
this.animate = true,
this.borderRadius = BorderRadius.zero,
});