ParticipantWidget constructor

const ParticipantWidget(
  1. Participant participant, {
  2. Key? key,
  3. BoxFit? fit,
  4. Color? outline,
  5. bool respectAspectRatio = false,
  6. bool offstageUntilDetermined = false,
  7. void onSizeDetermined()?,
  8. void onHovered(
    1. bool
    )?,
  9. bool animate = true,
  10. 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,
});