ShareEventModalOptions class
ShareEventModalOptions
defines the properties for the ShareEventModal
,
including visibility, callbacks, and event data.
backgroundColor
: The background color of the modal.isShareEventModalVisible
: Controls the modal's visibility.onShareEventClose
: Callback for closing the modal.shareButtons
: Controls visibility of share buttons.position
: Position of the modal on the screen.roomName
: Meeting or room name.adminPasscode
: Admin passcode for the event.islevel
: User level for displaying certain fields.eventType
: Type of the event.
Constructors
Properties
- adminPasscode → String
-
final
- backgroundColor → Color
-
final
- eventType → EventType
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- islevel → String
-
final
-
final
- localLink ↔ String?
-
getter/setter pair
-
final
- position → String
-
final
- roomName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
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