nodeColorFn property

TypedAccessorFn<Node<N, L>, Color>? nodeColorFn
final

Accessor function that returns the stroke color of a node

Implementation

final TypedAccessorFn<Node<N, L>, Color>? nodeColorFn;