InteractionLayerPainter<T> constructor

const InteractionLayerPainter<T>({
  1. required NodeFlowController<T> controller,
  2. required NodeFlowTheme theme,
  3. required Rect? selectionRectangle,
  4. required TemporaryConnection? temporaryConnection,
})

Implementation

const InteractionLayerPainter({
  required this.controller,
  required this.theme,
  required this.selectionRectangle,
  required this.temporaryConnection,
});