LineDrawer constructor

LineDrawer({
  1. required GraphNode graphNode,
})

Implementation

LineDrawer({required this.graphNode}) : super();