comment_tree

Creator: coderz1093

Last updated:

Add to Cart

Description:

comment tree

comment_tree #















A new Flutter package.
Getting Started #
CommentTreeWidget<Comment, Comment>(
...
treeThemeData: TreeThemeData(
lineColor: Colors.green[500],
lineWidth: 3
),
avatarRoot: (context, data) => PreferredSize(...),
avatarChild: (context, data) => PreferredSize(...),
contentChild: (context, data) {
return ...;
},
contentRoot: (context, data) {
return ...;
})
copied to clipboard
Design #

Demo #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.