isMedium property
bool
get
isMedium
Checks if the size is medium.
Implementation
bool get isMedium => this == PiButtonSize.MEDIUM;
Checks if the size is medium.
bool get isMedium => this == PiButtonSize.MEDIUM;