isMd property

bool isMd

name convention to check if medium screen

Implementation

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