AutopanZoneDebugLayer<T> constructor

const AutopanZoneDebugLayer<T>({
  1. Key? key,
  2. required NodeFlowController<T> controller,
})

Implementation

const AutopanZoneDebugLayer({super.key, required this.controller});