fillColorFn property

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

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;