onDrawLine property

Paint? Function(GraphNode lineFrom, GraphNode lineTwo)? onDrawLine
final

draws a line between 2 nodes return paint so paint can be used to give color to the line, etc.

Implementation

final Paint? Function(GraphNode lineFrom, GraphNode lineTwo)? onDrawLine;