CommentListEmptyStateWidget constructor

const CommentListEmptyStateWidget({
  1. dynamic key,
  2. bool useCompactView = true,
})

Implementation

const CommentListEmptyStateWidget({super.key, this.useCompactView = true});