ListingGalleryComponent constructor

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

Implementation

const ListingGalleryComponent({super.key, required this.eventImage});