GroupedImages constructor
const
GroupedImages({
- Key? key,
- required List<
ImageMessage> images, - required ChatUser chatUser,
- required bool isGroupChat,
Internal use only
Implementation
const GroupedImages(
{super.key,
required this.images,
required this.chatUser,
required this.isGroupChat});