CommentsSection constructor

const CommentsSection({
  1. dynamic key,
  2. required Future manager,
})

Implementation

const CommentsSection({
  super.key,
  required this.manager,
});