isHovered property

bool get isHovered

Is this edge under focus now

当前边是否有鼠标浮入

Implementation

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