isCircle property

bool get isCircle

Checks if the shape is circular.

Implementation

bool get isCircle => this == PiButtonShape.CIRCLE;