isRoundedFull property
bool
get
isRoundedFull
Checks if the shape is rounded_full.
Implementation
bool get isRoundedFull => this == VButtonShape.ROUNDED_FULL;
Checks if the shape is rounded_full.
bool get isRoundedFull => this == VButtonShape.ROUNDED_FULL;