isMobile property

bool get isMobile

Check if screen is mobile using breakpoint both landscape and portrait

Implementation

bool get isMobile => shortestSide<= breakpoint!.mobile;