EventListScreen constructor
Implementation
const EventListScreen({
super.key,
required this.totalEventList,
this.isFromViewAll = false,
this.genreId,
this.artistId,
this.eventDate,
this.isToday = false,
this.isTomorrow = false,
this.isWeekEnd = false,
});