ModernMeetingPasscodeComponentOptions constructor

ModernMeetingPasscodeComponentOptions({
  1. required String meetingPasscode,
  2. bool showCopyButton = true,
  3. bool showVisibilityToggle = true,
  4. bool initiallyVisible = false,
  5. VoidCallback? onCopied,
  6. String? label,
  7. bool useGlassmorphism = true,
  8. bool isDarkMode = true,
})

Implementation

ModernMeetingPasscodeComponentOptions({
  required this.meetingPasscode,
  this.showCopyButton = true,
  this.showVisibilityToggle = true,
  this.initiallyVisible = false,
  this.onCopied,
  this.label,
  this.useGlassmorphism = true,
  this.isDarkMode = true,
});