ModernMeetingPasscodeComponentOptions class

Configuration options for the ModernMeetingPasscodeComponent widget.

Defines the meeting passcode value and styling for a modern glassmorphic read-only display field with copy functionality and optional visibility toggle.

Properties:

  • meetingPasscode: The passcode string to display (required)
  • showCopyButton: Whether to show a copy-to-clipboard button (default: true)
  • showVisibilityToggle: Whether to allow showing/hiding passcode (default: true)
  • initiallyVisible: Initial visibility state of passcode (default: false - masked)
  • onCopied: Optional callback invoked after successful copy
  • label: Custom label text (default: "Event Passcode (Host)")
  • useGlassmorphism: Enable glassmorphic blur effect (default: true)
  • isDarkMode: Whether dark mode is enabled (default: true)

Constructors

ModernMeetingPasscodeComponentOptions({required String meetingPasscode, bool showCopyButton = true, bool showVisibilityToggle = true, bool initiallyVisible = false, VoidCallback? onCopied, String? label, bool useGlassmorphism = true, bool isDarkMode = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
initiallyVisible bool
final
isDarkMode bool
final
label String?
final
meetingPasscode String
final
onCopied VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCopyButton bool
final
showVisibilityToggle bool
final
useGlassmorphism bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited