OpenGalleryScreen constructor
const
OpenGalleryScreen({})
Implementation
const OpenGalleryScreen({
super.key,
required this.openGalleryBackground,
required this.initialIndex,
required this.imageUrls,
this.openGalleryBackButtonIcon,
this.fallbackColor,
this.fallbackImage,
required this.dotColor
});