isSquare property
bool
get
isSquare
Checks if the shape is square.
Implementation
bool get isSquare => this == PiButtonShape.SQUARE;
Checks if the shape is square.
bool get isSquare => this == PiButtonShape.SQUARE;