ports/port_widget library

Classes

PortWidget<T>
Widget for rendering a port on a node.

Typedefs

PortBuilder<T> = Widget Function(BuildContext context, NodeFlowController<T> controller, Node<T> node, Port port, bool isOutput, bool isConnected, Rect nodeBounds)
Builder function type for customizing individual port widgets.