InteractionLayerPainter<T> constructor

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

Implementation

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