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