SlideQuote constructor
SlideQuote({
- String name = 'Quote',
- TextValue? attribution,
- TextValueLine? quote,
- bool slideNumber = false,
- TextValue? speakerNotes,
Implementation
SlideQuote({
super.name = 'Quote',
this.attribution,
this.quote,
super.slideNumber,
super.speakerNotes,
});