flipY property
Corner
get
flipY
Implementation
Corner get flipY => Corner.raw(
prev.flipY,
point.flipY,
next.flipY,
circle.flipY,
clockwise,
inCircle,
);
Corner get flipY => Corner.raw(
prev.flipY,
point.flipY,
next.flipY,
circle.flipY,
clockwise,
inCircle,
);