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