ConnectionLabelsLayer<T> constructor

const ConnectionLabelsLayer<T>({
  1. Key? key,
  2. required NodeFlowController<T> controller,
  3. LabelBuilder? labelBuilder,
})

Implementation

const ConnectionLabelsLayer({
  super.key,
  required this.controller,
  this.labelBuilder,
});