treeRowDecoration property
Optional decoration for each row in the tree view.
This function will be called with the current TreeNode and its index. It should return a Decoration to be applied to the row.
Implementation
final TreeRowDecoration? treeRowDecoration;