patternColorFn property
Accessor function that returns the pattern color for a tree node If not provided, then background color is used as default.
Implementation
final TypedAccessorFn<TreeNode<T>, Color>? patternColorFn;
Accessor function that returns the pattern color for a tree node If not provided, then background color is used as default.
final TypedAccessorFn<TreeNode<T>, Color>? patternColorFn;