PresentationData constructor
PresentationData({})
Implementation
PresentationData(
{required this.title,
required this.imgSrc,
this.detailText,
this.youtubeLink,
this.imageMode,
this.subCategories});