isMediumScreen property
bool
get
isMediumScreen
Helper to check if the screen is medium.
Implementation
bool get isMediumScreen =>
screenType == ScreenType.tablet || screenType == ScreenType.smallDesktop;