PageBlockSlideshow constructor
const
PageBlockSlideshow({
- required List<
PageBlock> pageBlocks, - required PageBlockCaption caption,
A slideshow
Implementation
const PageBlockSlideshow({
required this.pageBlocks,
required this.caption,
});