InputPageBlockSlideshow constructor

InputPageBlockSlideshow({
  1. required List<InputPageBlock> blocks,
  2. PageBlockCaption? caption,
})

Implementation

InputPageBlockSlideshow({required this.blocks, this.caption});