FeedItemCommentCard constructor

const FeedItemCommentCard({
  1. required String senderName,
  2. required String threadBody,
  3. required String timeStamp,
})

Implementation

const FeedItemCommentCard({
  required this.senderName,
  required this.threadBody,
  required this.timeStamp,
});