Skip to main content

CommentTemplate constructor

const CommentTemplate({Key? key, required Comment comment})

Implementation

const CommentTemplate(\{
Key? key,
required this.comment,
\}) : super(key: key);