fillColorFn property
Accessor function that returns the rendered fill color for a tree node. If not provided, then colorFn will be used as a fallback.
Implementation
final TypedAccessorFn<TreeNode<T>, Color>? fillColorFn;
Accessor function that returns the rendered fill color for a tree node. If not provided, then colorFn will be used as a fallback.
final TypedAccessorFn<TreeNode<T>, Color>? fillColorFn;