ComGallery constructor

const ComGallery({
  1. Key? key,
  2. required List urls,
  3. int index = 0,
})

Implementation

const ComGallery({super.key, required this.urls, this.index = 0});