isSmall property
bool
get
isSmall
Checks if the size is small.
Implementation
bool get isSmall => this == PiButtonSize.SMALL;
Checks if the size is small.
bool get isSmall => this == PiButtonSize.SMALL;