ports/port_widget library
Classes
- PortWidget
- Widget for rendering a port on a node.
Typedefs
-
PortBuilder<
T> = Widget Function(BuildContext context, Node< T> node, Port port, bool isOutput, bool isConnected, bool isHighlighted) - Builder function type for customizing individual port widgets.