posVertex property

Point get posVertex

Pos vertex

get the vertex that opposite to the baseline

Implementation

Point get posVertex =>
    vertices.firstWhere((p) => p != baseLine.a && p != baseLine.b);