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