isCircle property
bool
get
isCircle
Checks if the shape is circular.
Implementation
bool get isCircle => this == PiButtonShape.CIRCLE;
Checks if the shape is circular.
bool get isCircle => this == PiButtonShape.CIRCLE;