VSNodeInput constructor

const VSNodeInput({
  1. required VSInputData data,
  2. Key? key,
})

Base node input widget

Used in VSNode

Uses DragTarget to accept VSOutputData

Implementation

const VSNodeInput({
  required this.data,
  super.key,
});