onGallery property

Paginated<ChatItemId, Rx<ChatItem>> Function(ChatItem item)? onGallery
final

Callback, called when a gallery list is required.

If not specified, then GalleryPopup won't open when ImageAttachment is tapped.

Implementation

final Paginated<ChatItemId, Rx<ChatItem>> Function(ChatItem item)? onGallery;