isMobile property

bool get isMobile

Implementation

bool get isMobile =>
    config.isMobile(screenWidth, screenHeight) && screenWidth < 500;