isMediumScreen property

bool get isMediumScreen

Implementation

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