getNodeSpace method

num getNodeSpace(
  1. GraphNode node
)

Implementation

num getNodeSpace(GraphNode node) {
  return 8;
}