NiceComments constructor
Implementation
const NiceComments({
super.key,
required this.comments,
this.onSubmit,
this.onLike,
this.onDelete,
this.currentUserId,
this.maxDepth = 3,
this.title = 'Comments',
});
const NiceComments({
super.key,
required this.comments,
this.onSubmit,
this.onLike,
this.onDelete,
this.currentUserId,
this.maxDepth = 3,
this.title = 'Comments',
});