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

ShareEventModalOptions({Color backgroundColor = const Color.fromRGBO(131, 192, 233, 0.25), required bool isShareEventModalVisible, required VoidCallback onShareEventClose, bool shareButtons = true, String position = 'topRight', required String roomName, required String adminPasscode, required String islevel, EventType eventType = EventType.webinar, String? localLink = ''})

Properties

adminPasscode String
final
backgroundColor Color
final
eventType EventType
final
hashCode int
The hash code for this object.
no setterinherited
islevel String
final
isShareEventModalVisible bool
final
getter/setter pair
onShareEventClose VoidCallback
final
position String
final
roomName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareButtons 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