PageBlockSlideshow constructor
const
PageBlockSlideshow({
- required List<
PageBlockBase> items, - required PageCaptionBase caption,
Page Block Slideshow constructor.
Implementation
const PageBlockSlideshow({required this.items, required this.caption})
: super._();