isSmallMobile property

bool get isSmallMobile

Check if current screen is small mobile

Implementation

static bool get isSmallMobile =>
    ScreenUtil.instance.screenWidth < smallMobile;