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