isRoundedFull property

bool get isRoundedFull

Checks if the shape is rounded_full.

Implementation

bool get isRoundedFull => this == VButtonShape.ROUNDED_FULL;