AmazonChimeView constructor

const AmazonChimeView({
  1. String? title,
  2. VoidCallback? onLeave,
  3. Widget tileBuilder(
    1. BuildContext,
    2. Attendee,
    3. bool
    )?,
  4. Key? key,
})

Implementation

const AmazonChimeView({
  this.title,
  this.onLeave,
  this.tileBuilder,
  super.key,
});