ImageListView constructor

const ImageListView({
  1. Key? key,
  2. required List<String> imageList,
})

Implementation

const ImageListView({super.key, required this.imageList});