AmazonChimeView constructor
const
AmazonChimeView({
- String? title,
- VoidCallback? onLeave,
- Widget tileBuilder()?,
- Key? key,
Implementation
const AmazonChimeView({
this.title,
this.onLeave,
this.tileBuilder,
super.key,
});