strokeWidthPxFn property

TypedAccessorFn<TreeNode<T>, num>? strokeWidthPxFn
final

Accessor function that returns the stroke width in pixel for a tree node.

Implementation

final TypedAccessorFn<TreeNode<T>, num>? strokeWidthPxFn;