DebugLayersStack<T> constructor
const
DebugLayersStack<T> ({
- Key? key,
- required NodeFlowController<
T> controller, - required TransformationController transformationController,
- required NodeFlowTheme theme,
Implementation
const DebugLayersStack({
super.key,
required this.controller,
required this.transformationController,
required this.theme,
});