graph/layers/connection_labels_layer library

Classes

ConnectionLabelsLayer<T>
Layer that renders connection labels independently from connection lines This allows for optimized repainting when only labels change

Typedefs

LabelBuilder = Widget Function(BuildContext context, Connection connection, ConnectionLabel label, Rect position)
Builder function type for customizing connection label widgets.