isCircle property

bool get isCircle
inherited

Whether this rounded rectangle would draw as a circle.

Implementation

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