onTap method
void
onTap()
Implementation
void onTap() {
if (getMindMap() != null) {
getMindMap()!.setSelectedNode(this);
}
}
void onTap() {
if (getMindMap() != null) {
getMindMap()!.setSelectedNode(this);
}
}