addBulletsSlide method

Slide addBulletsSlide({
  1. List<TextValue> bullets = const [],
})

Implementation

Slide addBulletsSlide({
  List<TextValue> bullets = const [],
}) =>
    addSlide(SlideBullets(
      bullets: bullets,
    ));