ModernMeetingIdComponentOptions constructor

ModernMeetingIdComponentOptions({
  1. required String meetingID,
  2. bool showCopyButton = true,
  3. VoidCallback? onCopied,
  4. String? label,
  5. bool useGlassmorphism = true,
  6. bool isDarkMode = true,
})

Implementation

ModernMeetingIdComponentOptions({
  required this.meetingID,
  this.showCopyButton = true,
  this.onCopied,
  this.label,
  this.useGlassmorphism = true,
  this.isDarkMode = true,
});