PageBlockSlideshow constructor

const PageBlockSlideshow({
  1. required List<PageBlock> pageBlocks,
  2. required PageBlockCaption caption,
})

A slideshow

Implementation

const PageBlockSlideshow({
  required this.pageBlocks,
  required this.caption,
});