0 purchases
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 #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.