InviteCard constructor
const
InviteCard({})
Implementation
const InviteCard(
{Key? key,
this.event,
this.invitedPeopleCount,
this.timeAndDate,
this.atSign,
this.memberCount,
this.isStartTime = false})
: super(key: key);