SlideTitleAndPhoto constructor
SlideTitleAndPhoto({})
Implementation
SlideTitleAndPhoto({
super.name = 'Title and Photo',
this.title,
this.image,
this.subtitle,
super.speakerNotes,
super.slideNumber,
this.author,
});