isMedium property

bool get isMedium

Checks if the size is medium.

Implementation

bool get isMedium => this == VButtonSize.MEDIUM;