PhotoCarousel constructor
Creates a PhotoCarousel with a list of photos and optional trailing action.
Implementation
const PhotoCarousel({
super.key,
required this.photoUrls,
required this.controller,
this.caption,
this.actionCard,
this.maxPhotos = 5,
});