onTap method

void onTap()

Implementation

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