SlideTitleAndBullets constructor
SlideTitleAndBullets({})
Implementation
SlideTitleAndBullets({
required super.bullets,
super.name = 'Title and Bullets',
this.title,
this.subtitle,
super.speakerNotes,
super.slideNumber,
});