colorFn property
Accessor function that returns the rendered stroke color for a tree node.
Implementation
final TypedAccessorFn<TreeNode<T>, Color>? colorFn;
Accessor function that returns the rendered stroke color for a tree node.
final TypedAccessorFn<TreeNode<T>, Color>? colorFn;