nodeMeasureFn property
Accessor function that returns the measure for a node.
The measure should be the numeric value at the node.
Implementation
final TypedAccessorFn<Node<N, L>, num?> nodeMeasureFn;
Accessor function that returns the measure for a node.
The measure should be the numeric value at the node.
final TypedAccessorFn<Node<N, L>, num?> nodeMeasureFn;