ConnectionLabelsLayer<T> constructor
const
ConnectionLabelsLayer<T> ({
- Key? key,
- required NodeFlowController<
T> controller, - LabelBuilder? labelBuilder,
Implementation
const ConnectionLabelsLayer({
super.key,
required this.controller,
this.labelBuilder,
});