isSmallScreen property

bool isSmallScreen

Implementation

bool get isSmallScreen => width >= smallWidth && width < mediumWidth;