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