isLarge property
bool
get
isLarge
Checks if the size is large.
Implementation
bool get isLarge => this == PiButtonSize.LARGE;
Checks if the size is large.
bool get isLarge => this == PiButtonSize.LARGE;