ImageDisplayGallery constructor

const ImageDisplayGallery({
  1. Key? key,
  2. List<IImageContent> imageList = const [],
})

Implementation

const ImageDisplayGallery({Key? key, this.imageList = const []})
    : super(key: key);