patternColorFn property

TypedAccessorFn<TreeNode<T>, Color>? patternColorFn
final

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;