MindMapData constructor
const
MindMapData({})
Implementation
const MindMapData({
required this.id,
required this.title,
this.description = '',
this.children = const [],
this.color,
this.textColor,
this.borderColor,
this.textStyle,
this.size,
this.customData,
});