isRounded property
bool
get
isRounded
Checks if the shape is rounded.
Implementation
bool get isRounded => this == VButtonShape.ROUNDED;
Checks if the shape is rounded.
bool get isRounded => this == VButtonShape.ROUNDED;