DebugLayersStack<T> constructor

const DebugLayersStack<T>({
  1. Key? key,
  2. required NodeFlowController<T> controller,
  3. required TransformationController transformationController,
  4. required NodeFlowTheme theme,
})

Implementation

const DebugLayersStack({
  super.key,
  required this.controller,
  required this.transformationController,
  required this.theme,
});