GalleryView constructor

const GalleryView({
  1. required Key key,
  2. required List<String> imageUrlList,
  3. int crossAxisCount = 3,
})

Implementation

const GalleryView(
    {required Key key, required this.imageUrlList, this.crossAxisCount = 3});