isMediumScreen property

bool isMediumScreen

Implementation

bool get isMediumScreen => width >= mediumWidth && width < largeWidth;