ShareEventModalOptions constructor
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,
- ShareEventModalStyleOptions? styles,
- Widget? title,
- Widget? passcodeSection,
- Widget? meetingIdSection,
- Widget? shareButtonsSection,
- ShareEventModalPasscodeBuilder? passcodeBuilder,
- ShareEventModalMeetingIdBuilder? meetingIdBuilder,
- ShareEventModalShareButtonsBuilder? shareButtonsBuilder,
- ShareEventModalBodyBuilder? bodyBuilder,
- ShareEventModalContentBuilder? contentBuilder,
- ShareEventModalContainerBuilder? containerBuilder,
})
Implementation
ShareEventModalOptions({
this.backgroundColor = const Color.fromRGBO(131, 192, 233, 0.25),
required this.isShareEventModalVisible,
required this.onShareEventClose,
this.shareButtons = true,
this.position = 'topRight',
required this.roomName,
required this.adminPasscode,
required this.islevel,
this.eventType = EventType.webinar,
this.localLink,
this.styles,
this.title,
this.passcodeSection,
this.meetingIdSection,
this.shareButtonsSection,
this.headerBuilder,
this.passcodeBuilder,
this.meetingIdBuilder,
this.shareButtonsBuilder,
this.bodyBuilder,
this.contentBuilder,
this.containerBuilder,
});