ChatGallery constructor
- Key? key,
- Paginated<
ChatItemId, Rx< ? paginated,ChatItem> > - (ChatItem?, Attachment)? initial,
- GlobalKey<
State< ? rect,StatefulWidget> > - FutureOr<
void> onForbidden()?,
Implementation
const ChatGallery({
super.key,
this.paginated,
this.initial,
this.rect,
this.onForbidden,
});