InputPageBlockSlideshow constructor
InputPageBlockSlideshow({
- required List<
InputPageBlock> blocks, - PageBlockCaption? caption,
Implementation
InputPageBlockSlideshow({required this.blocks, this.caption});