ModernMeetingIdComponentOptions class

Configuration options for the ModernMeetingIdComponent widget.

Defines the meeting ID value and styling for a modern glassmorphic read-only display field with copy functionality.

Properties:

  • meetingID: The meeting/event ID string to display (required)
  • showCopyButton: Whether to show a copy-to-clipboard button (default: true)
  • onCopied: Optional callback invoked after successful copy
  • label: Custom label text (default: "Event ID")
  • useGlassmorphism: Enable glassmorphic blur effect (default: true)
  • isDarkMode: Whether dark mode is enabled (default: true)

Constructors

ModernMeetingIdComponentOptions.new({required String meetingID, bool showCopyButton = true, VoidCallback? onCopied, String? label, bool useGlassmorphism = true, bool isDarkMode = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
isDarkMode bool
final
label String?
final
meetingID String
final
onCopied VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCopyButton 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