PaginatedGallery constructor

const PaginatedGallery({
  1. Key? key,
  2. Paginated<ChatItemId, Rx<ChatItem>>? paginated,
  3. ResourceId? resourceId,
  4. (String, int)? initial,
  5. void onReply(
    1. Post
    )?,
  6. void onShare(
    1. Post
    )?,
  7. void onScrollTo(
    1. Post
    )?,
})

Implementation

const PaginatedGallery({
  super.key,
  this.paginated,
  this.resourceId,
  this.initial,
  this.onReply,
  this.onShare,
  this.onScrollTo,
});