@override void setTitle(String value) { if (_title != value) { _title = value; refresh(); getMindMap()?.onChanged(); } }