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