ChatSubtitle constructor

const ChatSubtitle(
  1. RxChat chat,
  2. UserId? me, {
  3. Key? key,
  4. bool withActivities = true,
})

Implementation

const ChatSubtitle(
  this.chat,
  this.me, {
  super.key,
  this.withActivities = true,
});