isCircle property
Whether this rounded rectangle would draw as a circle.
Implementation
bool get isCircle => width == height && isEllipse;
Whether this rounded rectangle would draw as a circle.
bool get isCircle => width == height && isEllipse;