ConnectionsLayer<T> constructor

const ConnectionsLayer<T>({
  1. Key? key,
  2. required NodeFlowController<T> controller,
  3. Animation<double>? animation,
})

Implementation

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