isRoundedFull property

bool get isRoundedFull

Checks if the shape is rounded_full.

Implementation

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