isSmallScreen property

bool get isSmallScreen

Implementation

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