posVertex property
Pos vertex
get the vertex that opposite to the baseline
Implementation
Point get posVertex =>
vertices.firstWhere((p) => p != baseLine.a && p != baseLine.b);
Pos vertex
get the vertex that opposite to the baseline
Point get posVertex =>
vertices.firstWhere((p) => p != baseLine.a && p != baseLine.b);