SlideBullets constructor

SlideBullets({
  1. List<TextValue> bullets = const [],
  2. String name = 'Bullets',
  3. TextValue? speakerNotes,
  4. bool slideNumber = false,
})

Implementation

SlideBullets({
  this.bullets = const [],
  super.name = 'Bullets',
  super.speakerNotes,
  super.slideNumber,
});