InviteSheetWidget constructor

const InviteSheetWidget({
  1. String? title,
  2. String? roomId,
  3. Color? backgroundColor,
  4. Color? titleColor,
  5. Color? infoTextColor,
  6. Color? copyButtonColor,
  7. Color? copyButtonTextColor,
  8. Key? key,
})

Implementation

const InviteSheetWidget({
  this.title,
  this.roomId,
  this.backgroundColor,
  this.titleColor,
  this.infoTextColor,
  this.copyButtonColor,
  this.copyButtonTextColor,
  super.key,
});