VSNodeTitle constructor

const VSNodeTitle({
  1. required VSNodeData data,
  2. Key? key,
})

Base node title widget

Used in VSNode to build the title

Implementation

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