ChatGallery constructor

const ChatGallery({
  1. Key? key,
  2. Paginated<ChatItemId, Rx<ChatItem>>? paginated,
  3. (ChatItem?, Attachment)? initial,
  4. GlobalKey<State<StatefulWidget>>? rect,
  5. FutureOr<void> onForbidden(
    1. ChatItem?
    )?,
})

Implementation

const ChatGallery({
  super.key,
  this.paginated,
  this.initial,
  this.rect,
  this.onForbidden,
});