isCircle property

bool get isCircle

Whether this ellipse is a circle (equal radii)

Implementation

bool get isCircle => radiusX == radiusY;