isHovered property

bool get isHovered

Is this vertex under focus now

当前节点是否有鼠标浮入

Implementation

bool get isHovered => cpn?.isHovered ?? false;