PhotoGrid constructor
PhotoGrid({})
Implementation
PhotoGrid(
{required this.imageUrls,
required this.onImageClicked,
required this.onExpandClicked,
this.maxImages = 4,
Key? key})
: super(key: key);