PageBlockSlideshow constructor

const PageBlockSlideshow({
  1. required List<PageBlockBase> items,
  2. required PageCaptionBase caption,
})

Page Block Slideshow constructor.

Implementation

const PageBlockSlideshow({required this.items, required this.caption})
    : super._();