FishboneNodeDrag constructor
FishboneNodeDrag({
- Key? key,
- required IMindMapNode node,
- bool isLast = false,
- double width = 0,
- double height = 0,
Implementation
FishboneNodeDrag({
super.key,
required this.node,
this.isLast = false,
this.width = 0,
this.height = 0,
});