ChatInfoCard constructor

const ChatInfoCard({
  1. Key? key,
  2. Duration? duration,
  3. RxChat? chat,
  4. String? subtitle,
  5. String? trailing,
  6. void onTap()?,
})

Implementation

const ChatInfoCard({
  super.key,
  this.duration,
  this.chat,
  this.subtitle,
  this.trailing,
  this.onTap,
});