EventNotificationDialog constructor

EventNotificationDialog({
  1. required EventNotificationModel? eventData,
  2. String? event,
  3. String? invitedPeopleCount,
  4. String? timeAndDate,
  5. String? userName,
  6. bool showMembersCount = false,
})

Implementation

EventNotificationDialog(
    {required this.eventData,
    this.event,
    this.invitedPeopleCount,
    this.timeAndDate,
    this.userName,
    this.showMembersCount = false});