SlideBigFact constructor

SlideBigFact({
  1. String name = 'Big Fact',
  2. TextValueLine? fact,
  3. TextValue? information,
  4. bool slideNumber = false,
  5. TextValue? speakerNotes,
})

Implementation

SlideBigFact({
  super.name = 'Big Fact',
  this.fact,
  this.information,
  super.slideNumber,
  super.speakerNotes,
});