InteractionLayerPainter<T> constructor
const
InteractionLayerPainter<T> ({
- required NodeFlowController<
T> controller, - required NodeFlowTheme theme,
- required Rect? selectionRectangle,
- required TemporaryConnection? temporaryConnection,
Implementation
const InteractionLayerPainter({
required this.controller,
required this.theme,
required this.selectionRectangle,
required this.temporaryConnection,
});