isEdge property

bool get isEdge

Whether this is an edge-centered handle (vs corner handle).

Implementation

bool get isEdge => !isCorner;