TreeRowDecoration typedef
TreeRowDecoration =
BoxDecoration Function(TreeNode node, int index)
Implementation
typedef TreeRowDecoration = BoxDecoration Function(TreeNode node, int index);
typedef TreeRowDecoration = BoxDecoration Function(TreeNode node, int index);