VSNodeTitle constructor
const
VSNodeTitle({
- required VSNodeData data,
- Key? key,
Base node title widget
Used in VSNode to build the title
Implementation
const VSNodeTitle({
required this.data,
super.key,
});