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