isMd property

bool get isMd

name convention to check if medium screen

Implementation

bool get isMd => deviceSize == DeviceSize.md;