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