EventNotificationDialog constructor
EventNotificationDialog({})
Implementation
EventNotificationDialog(
{Key? key,
required this.eventData,
this.event,
this.invitedPeopleCount,
this.timeAndDate,
this.userName,
this.showMembersCount = false})
: super(key: key);