OnImageGroupAttachmentTap typedef

OnImageGroupAttachmentTap = void Function(Message message, Attachment attachment)

The action to perform when a specific image attachment in an ImageGroup is tapped or clicked.

Implementation

typedef OnImageGroupAttachmentTap = void Function(
  Message message,
  Attachment attachment,
);