isMd property

bool get isMd

Returns true if the screen is medium.

Implementation

bool get isMd => screenSize == ScreenSize.md;