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