CommentInputSheet constructor

const CommentInputSheet({
  1. Key? key,
  2. required String postId,
})

Implementation

const CommentInputSheet({super.key, required this.postId});