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