onGallery property
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()? onGallery;
Callback, called when a gallery list is required.
If not specified, then GalleryPopup won't open when ImageAttachment is tapped.
final Paginated<ChatItemId, Rx<ChatItem>> Function()? onGallery;