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 = ''}
)
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 = '',
});