bool isCircle

Whether this rounded rectangle would draw as a circle.

Source

bool get isCircle => width == height && isEllipse;