Comment Tree | Coderz Product

comment_tree

Last updated:

0 purchases

comment_tree Image
comment_tree Images

Free

Languages

Categories

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.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.