addSectionSlide method

Slide addSectionSlide({
  1. TextValue? section,
})

Implementation

Slide addSectionSlide({
  TextValue? section,
}) =>
    addSlide(SlideSection(
      section: section,
    ));