ConnectionLabelsLayer<T> constructor

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

Implementation

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