isMedium property

bool get isMedium

Returns true if this size is medium

Implementation

bool get isMedium => this == ScreenSize.md;