PaginatedGallery constructor
- Key? key,
- Paginated<
ChatItemId, Rx< ? paginated,ChatItem> > - ResourceId? resourceId,
- (String, int)? initial,
- void onReply()?,
- void onScrollTo()?,
Implementation
const PaginatedGallery({
super.key,
this.paginated,
this.resourceId,
this.initial,
this.onReply,
this.onShare,
this.onScrollTo,
});