isMobile property

bool isMobile

Returns true if the screen is considered a mobile device.

Implementation

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