ModernMeetingPasscodeComponentOptions constructor
ModernMeetingPasscodeComponentOptions({ - required String meetingPasscode,
- bool showCopyButton = true,
- bool showVisibilityToggle = true,
- bool initiallyVisible = false,
- VoidCallback? onCopied,
- String? label,
- bool useGlassmorphism = true,
- 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,
});