PhotoGalleryView constructor

const PhotoGalleryView({
  1. Key? key,
  2. required ChatMessage chatMessage,
})

Implementation

const PhotoGalleryView({
  Key? key,
  required this.chatMessage,
}) : super(key: key);